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