From 626cef85162b08c1808d8f88b5b245060ff0dd54 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 10 Jul 2022 01:05:59 -0400 Subject: Added another eslint rule --- commands/reshuffle.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'commands/reshuffle.js') diff --git a/commands/reshuffle.js b/commands/reshuffle.js index c0ad342..162a52e 100644 --- a/commands/reshuffle.js +++ b/commands/reshuffle.js @@ -28,8 +28,7 @@ export default { .setName('reshuffle') .setDescription('Reshuffles the playlist') .setDefaultMemberPermissions(PermissionFlagsBits.Administrator), - async execute (interaction, bot) { - // Command not fully functional yet + async execute(interaction, bot) { await interaction.reply({ content: 'Reshuffling the playlist...', ephemeral: true }); player.stop(); return await shufflePlaylist(bot); -- cgit v1.2.3