From d5ca0d40e77462cc7ad9e0d26d3430da21874d4f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 13 Jul 2022 21:58:34 -0400 Subject: Renamed skip to next, added previous command --- commands/reshuffle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/reshuffle.js') 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 }); } }; -- cgit v1.2.3