summaryrefslogtreecommitdiff
path: root/src/commands/fun/oddcase.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/oddcase.ts')
-rw-r--r--src/commands/fun/oddcase.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/fun/oddcase.ts b/src/commands/fun/oddcase.ts
index b574244..890773d 100644
--- a/src/commands/fun/oddcase.ts
+++ b/src/commands/fun/oddcase.ts
@@ -19,6 +19,10 @@ module.exports = class OddcaseFun extends Command {
examples: [
'uwu!oddcase please oddcase this'
],
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
});