diff options
Diffstat (limited to 'commands/voice/shuffle.js')
| -rw-r--r-- | commands/voice/shuffle.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/voice/shuffle.js b/commands/voice/shuffle.js index 2cf9fe2..0f9210c 100644 --- a/commands/voice/shuffle.js +++ b/commands/voice/shuffle.js @@ -9,7 +9,8 @@ module.exports = class ShuffleVoice extends Command { group: 'voice', memberName: 'shuffle', description: 'shuffle the queue', - guildOnly: true + guildOnly: true, + examples: ['s5n!shuffle'] }); } run(msg) { |