summaryrefslogtreecommitdiff
path: root/src/commands/fun/hello.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/hello.ts')
-rw-r--r--src/commands/fun/hello.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/commands/fun/hello.ts b/src/commands/fun/hello.ts
index e4d06f3..e555a30 100644
--- a/src/commands/fun/hello.ts
+++ b/src/commands/fun/hello.ts
@@ -9,10 +9,13 @@ module.exports = class HelloFun extends Command {
group: 'fun',
memberName: 'hello',
description: 'Say hello to uwufier!',
- guildOnly: true,
examples: ['uwu!hello', 'uwu!hey', 'uwu!hi'],
userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
- clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY']
+ clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'],
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
});
}
run(msg: CommandoMessage) {