aboutsummaryrefslogtreecommitdiff
path: root/Commands/next.js
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/next.js
parente2582087e23c509b22bc255c9e5e4b5e11696a26 (diff)
downloadDLAP-4f5a9747dc9b0ce0a9206b311dda3590b179df0b.tar.gz
DLAP-4f5a9747dc9b0ce0a9206b311dda3590b179df0b.tar.bz2
DLAP-4f5a9747dc9b0ce0a9206b311dda3590b179df0b.zip
Temporary removed voting system
Diffstat (limited to 'Commands/next.js')
-rw-r--r--Commands/next.js4
1 files changed, 2 insertions, 2 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')),