diff options
Diffstat (limited to 'src/commands/fun')
| -rw-r--r-- | src/commands/fun/aesthetic.ts | 10 | ||||
| -rw-r--r-- | src/commands/fun/culturedtext.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/dicksize.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/dogeify.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/gay.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/hello.ts | 7 | ||||
| -rw-r--r-- | src/commands/fun/howify.ts | 7 | ||||
| -rw-r--r-- | src/commands/fun/insult.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/lorem.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/oddcase.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/respect.ts | 5 | ||||
| -rw-r--r-- | src/commands/fun/say.ts | 5 | ||||
| -rw-r--r-- | src/commands/fun/spongebob.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/stretch.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/surreal.ts | 4 |
15 files changed, 66 insertions, 8 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'], }); diff --git a/src/commands/fun/culturedtext.ts b/src/commands/fun/culturedtext.ts index 499b3e6..48b3fb8 100644 --- a/src/commands/fun/culturedtext.ts +++ b/src/commands/fun/culturedtext.ts @@ -26,6 +26,10 @@ module.exports = class CulturedTextFun extends Command { examples: [ 'uwu!culturedtext oddcase please cultured textify this' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], }); diff --git a/src/commands/fun/dicksize.ts b/src/commands/fun/dicksize.ts index 9e023d1..4e1ebd1 100644 --- a/src/commands/fun/dicksize.ts +++ b/src/commands/fun/dicksize.ts @@ -17,6 +17,10 @@ module.exports = class DickSizeFun extends Command { 'uwu!peepeesize', 'uwu!ppsize' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'] }); diff --git a/src/commands/fun/dogeify.ts b/src/commands/fun/dogeify.ts index 1c8757b..a5af4a2 100644 --- a/src/commands/fun/dogeify.ts +++ b/src/commands/fun/dogeify.ts @@ -17,6 +17,10 @@ module.exports = class DogeifyFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!dogeify please dogify this', 'uwu!doge can u do this as well' 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'] }); 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) { 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) { diff --git a/src/commands/fun/insult.ts b/src/commands/fun/insult.ts index aec2219..ac163cc 100644 --- a/src/commands/fun/insult.ts +++ b/src/commands/fun/insult.ts @@ -12,6 +12,10 @@ module.exports = class InsultFun extends Command { description: 'Gives you a random insult.', userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], + throttling: { + usages: 5, + duration: 30 + }, examples: ['uwu!insult', 'uwu!insults'] }); } diff --git a/src/commands/fun/lorem.ts b/src/commands/fun/lorem.ts index c970247..3189375 100644 --- a/src/commands/fun/lorem.ts +++ b/src/commands/fun/lorem.ts @@ -19,6 +19,10 @@ module.exports = class LoremFun extends Command { 'uwu!loremmemesum', 'uwu!memesum' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], }); diff --git a/src/commands/fun/oddcase.ts b/src/commands/fun/oddcase.ts index b574244..890773d 100644 --- a/src/commands/fun/oddcase.ts +++ b/src/commands/fun/oddcase.ts @@ -19,6 +19,10 @@ module.exports = class OddcaseFun extends Command { examples: [ 'uwu!oddcase please oddcase this' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], }); 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'] }); diff --git a/src/commands/fun/say.ts b/src/commands/fun/say.ts index 0d360bd..fa97b3a 100644 --- a/src/commands/fun/say.ts +++ b/src/commands/fun/say.ts @@ -8,7 +8,6 @@ module.exports = class SayFun extends Command { group: 'fun', memberName: 'say', description: 'Allows you to speak as the bot.', - guildOnly: true, args: [ { key: 'say', @@ -17,6 +16,10 @@ module.exports = class SayFun extends Command { } ], examples: ['uwu!say hi'], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'] }); diff --git a/src/commands/fun/spongebob.ts b/src/commands/fun/spongebob.ts index 07c7d83..d8010a6 100644 --- a/src/commands/fun/spongebob.ts +++ b/src/commands/fun/spongebob.ts @@ -17,6 +17,10 @@ module.exports = class SpongebobFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!spongebob please spongebob memify this', 'uwu!spongibobu sponge gang', diff --git a/src/commands/fun/stretch.ts b/src/commands/fun/stretch.ts index 19d4bfa..4bb8d00 100644 --- a/src/commands/fun/stretch.ts +++ b/src/commands/fun/stretch.ts @@ -17,6 +17,10 @@ module.exports = class StretchFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!stretch please stretch this' ], diff --git a/src/commands/fun/surreal.ts b/src/commands/fun/surreal.ts index 37fe21a..024874a 100644 --- a/src/commands/fun/surreal.ts +++ b/src/commands/fun/surreal.ts @@ -16,6 +16,10 @@ module.exports = class SurrealFun extends Command { type: 'string' } ], + throttling: { + usages: 5, + duration: 30 + }, examples: [ 'uwu!surreal please surrealify this' ], |