diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-13 21:58:34 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-13 21:58:34 -0400 |
| commit | d5ca0d40e77462cc7ad9e0d26d3430da21874d4f (patch) | |
| tree | d264fac27982604bd7a17b5cf43f112dbe8cc83b /commands/reshuffle.js | |
| parent | 0937181902a0e79d6bdf72295be259a41794f855 (diff) | |
| download | DLAP-d5ca0d40e77462cc7ad9e0d26d3430da21874d4f.tar.gz DLAP-d5ca0d40e77462cc7ad9e0d26d3430da21874d4f.tar.bz2 DLAP-d5ca0d40e77462cc7ad9e0d26d3430da21874d4f.zip | |
Renamed skip to next, added previous command
Diffstat (limited to 'commands/reshuffle.js')
| -rw-r--r-- | commands/reshuffle.js | 2 |
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 }); } }; |
