diff options
Diffstat (limited to 'Commands/next.js')
| -rw-r--r-- | Commands/next.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Commands/next.js b/Commands/next.js index 082bf25..f082c89 100644 --- a/Commands/next.js +++ b/Commands/next.js @@ -26,9 +26,9 @@ export default { data: new SlashCommandBuilder() .setName('next') .setDescription('Goes to next music') - /* .addSubcommand(subcommand => + .addSubcommand(subcommand => subcommand.setName('vote') - .setDescription('Voting to skip this audio track')) */ + .setDescription('Voting to skip this audio track')) .addSubcommand(subcommand => subcommand.setName('force') .setDescription('Forces skip this audio track')), |
