aboutsummaryrefslogtreecommitdiff
path: root/commands/reshuffle.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reshuffle.js')
-rw-r--r--commands/reshuffle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reshuffle.js b/commands/reshuffle.js
index e4e6745..ee42289 100644
--- a/commands/reshuffle.js
+++ b/commands/reshuffle.js
@@ -37,6 +37,6 @@ export default {
player.stop();
await shufflePlaylist(bot);
}
- return (shuffle === true) ? await shuffleDetected(bot) : await interaction.reply({ content: 'Shuffle mode is disabled, enable it on the configuration to access this command.', ephemeral: true });
+ return (shuffle === true) ? await shuffleDetected(bot) : await interaction.reply({ content: 'Shuffle mode is disabled, enable it in the configuration file to access this command.', ephemeral: true });
}
};