summaryrefslogtreecommitdiff
path: root/src/commands/voice/shuffle.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/voice/shuffle.ts')
-rw-r--r--src/commands/voice/shuffle.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/voice/shuffle.ts b/src/commands/voice/shuffle.ts
index c50181f..8dcd141 100644
--- a/src/commands/voice/shuffle.ts
+++ b/src/commands/voice/shuffle.ts
@@ -8,7 +8,7 @@ module.exports = class ShuffleVoice extends Command {
name: 'shuffle',
group: 'voice',
memberName: 'shuffle',
- description: 'Shuffles the current queue.',
+ description: 'Shuffles the current track queue.',
guildOnly: true,
examples: ['uwu!shuffle'],
clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],