diff options
Diffstat (limited to 'src/commands/fun/surreal.ts')
| -rw-r--r-- | src/commands/fun/surreal.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/fun/surreal.ts b/src/commands/fun/surreal.ts index 37fe21a..024874a 100644 --- a/src/commands/fun/surreal.ts +++ b/src/commands/fun/surreal.ts @@ -16,6 +16,10 @@ module.exports = class SurrealFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!surreal please surrealify this' ], |