aboutsummaryrefslogtreecommitdiff
path: root/commands/reshuffle.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reshuffle.js')
-rw-r--r--commands/reshuffle.js3
1 files changed, 1 insertions, 2 deletions
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);