diff options
Diffstat (limited to 'src/commands/fun/lorem.ts')
| -rw-r--r-- | src/commands/fun/lorem.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/fun/lorem.ts b/src/commands/fun/lorem.ts index c970247..3189375 100644 --- a/src/commands/fun/lorem.ts +++ b/src/commands/fun/lorem.ts @@ -19,6 +19,10 @@ module.exports = class LoremFun extends Command { 'uwu!loremmemesum', 'uwu!memesum' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], }); |