aboutsummaryrefslogtreecommitdiff
path: root/Commands
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-12-21 20:37:09 -0500
committerAndrew Lee <alee14498@protonmail.com>2022-12-21 20:37:09 -0500
commit4f5a9747dc9b0ce0a9206b311dda3590b179df0b (patch)
tree9ee14fb2d8bdc596e4719f173aa63439a92e1561 /Commands
parente2582087e23c509b22bc255c9e5e4b5e11696a26 (diff)
downloadDLAP-4f5a9747dc9b0ce0a9206b311dda3590b179df0b.tar.gz
DLAP-4f5a9747dc9b0ce0a9206b311dda3590b179df0b.tar.bz2
DLAP-4f5a9747dc9b0ce0a9206b311dda3590b179df0b.zip
Temporary removed voting system
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')),