summaryrefslogtreecommitdiff
path: root/src/commands/voice/volume.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/voice/volume.ts')
-rw-r--r--src/commands/voice/volume.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/voice/volume.ts b/src/commands/voice/volume.ts
index debd798..483653e 100644
--- a/src/commands/voice/volume.ts
+++ b/src/commands/voice/volume.ts
@@ -24,6 +24,10 @@ module.exports = class VolumeVoice extends Command {
],
clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
});
}
run(msg: CommandoMessage, { wantedVol }) {