summaryrefslogtreecommitdiff
path: root/src/commands/fun/respect.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/respect.ts')
-rw-r--r--src/commands/fun/respect.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/commands/fun/respect.ts b/src/commands/fun/respect.ts
index 863b9e7..b41a319 100644
--- a/src/commands/fun/respect.ts
+++ b/src/commands/fun/respect.ts
@@ -9,7 +9,10 @@ module.exports = class RespectFun extends Command {
memberName: 'respect',
description: 'Press F to pay respects.',
examples: ['uwu!respect', 'uwu!f'],
- guildOnly: true,
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY']
});