diff options
Diffstat (limited to 'src/commands/crypto/btcchange.ts')
| -rw-r--r-- | src/commands/crypto/btcchange.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/crypto/btcchange.ts b/src/commands/crypto/btcchange.ts index 67eb0c7..4218c31 100644 --- a/src/commands/crypto/btcchange.ts +++ b/src/commands/crypto/btcchange.ts @@ -18,6 +18,10 @@ module.exports = class BTCChangeCrypto extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!btcchange day', 'uwu!bitcoinchange hour', |