diff options
Diffstat (limited to 'src/commands/fun/dogeify.ts')
| -rw-r--r-- | src/commands/fun/dogeify.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/fun/dogeify.ts b/src/commands/fun/dogeify.ts index 1c8757b..a5af4a2 100644 --- a/src/commands/fun/dogeify.ts +++ b/src/commands/fun/dogeify.ts @@ -17,6 +17,10 @@ module.exports = class DogeifyFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!dogeify please dogify this', 'uwu!doge can u do this as well' |