aboutsummaryrefslogtreecommitdiff
path: root/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'Commands')
-rw-r--r--Commands/next.js4
-rw-r--r--Commands/previous.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/Commands/next.js b/Commands/next.js
index f082c89..082bf25 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')),
diff --git a/Commands/previous.js b/Commands/previous.js
index aa732b2..5acca47 100644
--- a/Commands/previous.js
+++ b/Commands/previous.js
@@ -26,9 +26,9 @@ export default {
data: new SlashCommandBuilder()
.setName('previous')
.setDescription('Goes to previous 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')),