diff options
Diffstat (limited to 'src/commands/fun/howify.ts')
| -rw-r--r-- | src/commands/fun/howify.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/fun/howify.ts b/src/commands/fun/howify.ts index 6529975..a0cbbf5 100644 --- a/src/commands/fun/howify.ts +++ b/src/commands/fun/howify.ts @@ -12,7 +12,12 @@ module.exports = class HowifyFun extends Command { description: 'Howifies any image you send.', userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY', 'EMBED_LINKS'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY', 'EMBED_LINKS'], - examples: ['uwu!howify', 'uwu!how'] + examples: ['uwu!howify', 'uwu!how'], + throttling: { + usages: 5, + duration: 30 + }, + guildOnly: true }); } run(msg: CommandoMessage) { |