summaryrefslogtreecommitdiff
path: root/src/commands/crypto/btc.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/crypto/btc.ts')
-rw-r--r--src/commands/crypto/btc.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/crypto/btc.ts b/src/commands/crypto/btc.ts
index 3f3ffe9..5fd5f67 100644
--- a/src/commands/crypto/btc.ts
+++ b/src/commands/crypto/btc.ts
@@ -23,6 +23,10 @@ module.exports = class BTCCrypto extends Command {
'uwu!crypto cad',
'uwu!btc usd'
],
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY']
});