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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/voice/shuffle.ts b/src/commands/voice/shuffle.ts
index 8dcd141..bce34ac 100644
--- a/src/commands/voice/shuffle.ts
+++ b/src/commands/voice/shuffle.ts
@@ -13,6 +13,10 @@ module.exports = class ShuffleVoice extends Command {
examples: ['uwu!shuffle'],
clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
});
}
run(msg: CommandoMessage) {