From 4f5a9747dc9b0ce0a9206b311dda3590b179df0b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 21 Dec 2022 20:37:09 -0500 Subject: Temporary removed voting system --- Commands/previous.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Commands/previous.js') 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')), -- cgit v1.2.3