Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
chore: update isNew status for stop command
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 27, 2023
1 parent 0887a47 commit 0d003a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/player/stop.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { SlashCommandBuilder, EmbedBuilder } = require('discord.js');
const { useQueue } = require('discord-player');

module.exports = {
isNew: true,
isNew: false,
isBeta: false,
data: new SlashCommandBuilder()
.setName('stop')
Expand Down

0 comments on commit 0d003a8

Please sign in to comment.