diff options
Diffstat (limited to 'src/commands/fun/aesthetic.ts')
| -rw-r--r-- | src/commands/fun/aesthetic.ts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/commands/fun/aesthetic.ts b/src/commands/fun/aesthetic.ts index 54bde0c..a565d84 100644 --- a/src/commands/fun/aesthetic.ts +++ b/src/commands/fun/aesthetic.ts @@ -9,17 +9,21 @@ module.exports = class AestheticFun extends Command { aliases: ['aestheticifize'], group: 'fun', memberName: 'aesthetic', - description: 'Aestheticifizes anything you send.', + description: 'Aestheticifies anything you send.', args: [ { key: 'userMsg', - prompt: 'What would you like to aestheticifize?', + prompt: 'What would you like to aestheticifie?', type: 'string' } ], examples: [ - 'uwu!aesthetic please aestheticifize this' + 'uwu!aesthetic please aestheticifie this' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], }); |