diff options
Diffstat (limited to 'src/commands/fun/gay.ts')
| -rw-r--r-- | src/commands/fun/gay.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/fun/gay.ts b/src/commands/fun/gay.ts index 6ca5138..4148a67 100644 --- a/src/commands/fun/gay.ts +++ b/src/commands/fun/gay.ts @@ -18,6 +18,10 @@ module.exports = class GayFun extends Command { 'uwu!gayrange', 'uwu!gayrate' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'] }); |