diff options
Diffstat (limited to 'src/commands/fun/spongebob.ts')
| -rw-r--r-- | src/commands/fun/spongebob.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/fun/spongebob.ts b/src/commands/fun/spongebob.ts index 07c7d83..d8010a6 100644 --- a/src/commands/fun/spongebob.ts +++ b/src/commands/fun/spongebob.ts @@ -17,6 +17,10 @@ module.exports = class SpongebobFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!spongebob please spongebob memify this', 'uwu!spongibobu sponge gang', |