From 8c81aadddea65eef415f5b84986db21eff1fb20f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 26 Mar 2023 23:44:05 -0400 Subject: 2023 update; Started to work on i18n; Readded voting --- 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 5acca47..aa732b2 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