diff --git a/commands/avataredit/3000years.js b/commands/avataredit/3000years.js index 6f000780..929a3081 100644 --- a/commands/avataredit/3000years.js +++ b/commands/avataredit/3000years.js @@ -10,8 +10,7 @@ module.exports = class YearsCommand extends Command { ], group: 'avataredit', memberName: '3000years', - description: 'It\'s been 3000 years... (x;3000years @User)', - examples: ['x;3000years @user'], + description: 'It\'s been 3000 years...', args: [{ key: 'user', prompt: 'Which user would you like to edit the avatar of?', diff --git a/commands/avataredit/beautiful.js b/commands/avataredit/beautiful.js index 31acb4ae..f975e429 100644 --- a/commands/avataredit/beautiful.js +++ b/commands/avataredit/beautiful.js @@ -10,8 +10,7 @@ module.exports = class BeautifulCommand extends Command { ], group: 'avataredit', memberName: 'beautiful', - description: 'Oh, this? This is beautiful. (x;beautiful @User)', - examples: ['x;beautiful @User'], + description: 'Oh, this? This is beautiful.', args: [{ key: 'user', prompt: 'Which user would you like to edit the avatar of?', diff --git a/commands/avataredit/bobross.js b/commands/avataredit/bobross.js index 0205f6d9..59419906 100644 --- a/commands/avataredit/bobross.js +++ b/commands/avataredit/bobross.js @@ -11,8 +11,7 @@ module.exports = class BobRossCommand extends Command { ], group: 'avataredit', memberName: 'bobross', - description: 'Make Bob Ross draw your avatar. (x;bobross @User)', - examples: ['x;bobross @User'], + description: 'Make Bob Ross draw an avatar.', args: [{ key: 'user', prompt: 'Which user would you like to edit the avatar of?', diff --git a/commands/avataredit/rip.js b/commands/avataredit/rip.js index b27c651b..a6fe041d 100644 --- a/commands/avataredit/rip.js +++ b/commands/avataredit/rip.js @@ -11,8 +11,7 @@ module.exports = class RIPCommand extends Command { ], group: 'avataredit', memberName: 'rip', - description: 'Puts a profile picture over a gravestone. (x;rip @User)', - examples: ['x;rip @User'], + description: 'Puts a user\'s avatar over a gravestone.', args: [{ key: 'user', prompt: 'Which user would you like to edit the avatar of?', diff --git a/commands/avataredit/steamcard.js b/commands/avataredit/steamcard.js index d962ef70..0c6d2769 100644 --- a/commands/avataredit/steamcard.js +++ b/commands/avataredit/steamcard.js @@ -5,13 +5,9 @@ module.exports = class SteamCardCommand extends Command { constructor(client) { super(client, { name: 'steamcard', - aliases: [ - 'card' - ], group: 'avataredit', memberName: 'steamcard', - description: 'Put an avatar on a Steam Card. (x;steamcard @User)', - examples: ['x;steamcard @user'], + description: 'Put an avatar on a Steam Card.', args: [{ key: 'user', prompt: 'Which user would you like to edit the avatar of?', diff --git a/commands/games/lottery.js b/commands/games/lottery.js index 525a9234..9ce84f3f 100644 --- a/commands/games/lottery.js +++ b/commands/games/lottery.js @@ -6,8 +6,7 @@ module.exports = class LotteryCommand extends Command { name: 'lottery', group: 'games', memberName: 'lottery', - description: '1 in 100 Chance of Winning. Winners get... The feeling of winning? (x;lottery)', - examples: ['x;lottery'] + description: '1 in 100 chance of winning. Winners get... The feeling of winning?' }); } diff --git a/commands/games/mathgame.js b/commands/games/mathgame.js index 685a0d57..3e2f9820 100644 --- a/commands/games/mathgame.js +++ b/commands/games/mathgame.js @@ -9,8 +9,7 @@ module.exports = class MathGameCommand extends Command { name: 'mathgame', group: 'games', memberName: 'mathgame', - description: 'See how fast you can answer a math problem in a given time limit. (x;mathgame easy)', - examples: ['x;mathgame easy', 'x;mathgame medium', 'x;mathgame hard', 'x;mathgame extreme'], + description: 'See how fast you can answer a math problem in a given time limit.', args: [{ key: 'difficulty', prompt: 'What difficulty should the math game be? easy, medium, hard, or extreme?', diff --git a/commands/games/quiz.js b/commands/games/quiz.js index f1c441a7..9c090d99 100644 --- a/commands/games/quiz.js +++ b/commands/games/quiz.js @@ -11,8 +11,7 @@ module.exports = class QuizCommand extends Command { ], group: 'games', memberName: 'quiz', - description: 'Answer a quiz question. (x;quiz)', - examples: ['x;quiz'] + description: 'Answer a quiz question.' }); } diff --git a/commands/games/rockpaperscissors.js b/commands/games/rockpaperscissors.js index e81ca668..ca99369b 100644 --- a/commands/games/rockpaperscissors.js +++ b/commands/games/rockpaperscissors.js @@ -6,12 +6,12 @@ module.exports = class RockPaperScissorsCommand extends Command { super(client, { name: 'rps', aliases: [ - 'rockpaperscissors' + 'rockpaperscissors', + 'rock-paper-scissors' ], group: 'games', memberName: 'rps', - description: 'Play Rock Paper Scissors (x;rps Rock)', - examples: ['x;rps Rock'], + description: 'Play Rock-Paper-Scissors.', args: [{ key: 'choice', prompt: 'Rock, Paper, or Scissors?', diff --git a/commands/games/slots.js b/commands/games/slots.js index 7c7d7095..c9a5f21e 100644 --- a/commands/games/slots.js +++ b/commands/games/slots.js @@ -7,8 +7,7 @@ module.exports = class SlotsCommand extends Command { name: 'slots', group: 'games', memberName: 'slots', - description: 'Play slots. (x;slots)', - examples: ['x;slots'] + description: 'Play slots.' }); } diff --git a/commands/games/typinggame.js b/commands/games/typinggame.js index 2db4ea88..f7cc2312 100644 --- a/commands/games/typinggame.js +++ b/commands/games/typinggame.js @@ -8,8 +8,7 @@ module.exports = class TypingGameCommand extends Command { name: 'typinggame', group: 'games', memberName: 'typinggame', - description: 'See how fast you can type a sentence in a given time limit. (x;typinggame easy)', - examples: ['x;typinggame easy', 'x;typinggame medium', 'x;typinggame hard', 'x;typinggame extreme'], + description: 'See how fast you can type a sentence in a given time limit.', args: [{ key: 'difficulty', prompt: 'What difficulty should the typing game be? Easy, Medium, Hard, or Extreme?', diff --git a/commands/guildinfo/emoji.js b/commands/guildinfo/emoji.js index f168f05e..adb926e1 100644 --- a/commands/guildinfo/emoji.js +++ b/commands/guildinfo/emoji.js @@ -11,8 +11,7 @@ module.exports = class EmojiCommand extends Command { ], group: 'guildinfo', memberName: 'emoji', - description: 'Gives a list of the current server\'s emoji. (x;emoji)', - examples: ['x;emoji'], + description: 'Gives a list of the current server\'s custom emoji.', guildOnly: true }); } @@ -21,6 +20,6 @@ module.exports = class EmojiCommand extends Command { if (message.channel.type !== 'dm') { if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return; } - return message.say(message.guild.emojis.map(e => e).join('')).catch(() => message.say(':x: Error! Something went wrong!')); + return message.say(message.guild.emojis.map(e => e).join('')).catch(() => message.say(':x: Error! Perhaps you have no custom emoji?')); } }; diff --git a/commands/guildinfo/guildinfo.js b/commands/guildinfo/guildinfo.js index f159f14a..e526f393 100644 --- a/commands/guildinfo/guildinfo.js +++ b/commands/guildinfo/guildinfo.js @@ -14,8 +14,7 @@ module.exports = class GuildInfoCommand extends Command { ], group: 'guildinfo', memberName: 'server', - description: 'Gives some info on the current server. (x;server)', - examples: ['x;server'], + description: 'Gives some info on the current server.', guildOnly: true }); } diff --git a/commands/imageedit/meme.js b/commands/imageedit/meme.js index 61389d5c..50e5a81d 100644 --- a/commands/imageedit/meme.js +++ b/commands/imageedit/meme.js @@ -10,9 +10,8 @@ module.exports = class MemeCommand extends Command { ], group: 'imageedit', memberName: 'meme', - description: 'Sends a Meme with text of your choice, and a background of your choice. (x;meme facepalm "I can\'t even" "comprehend this")', + description: 'Sends a Meme with text of your choice, and a background of your choice.', details: `**Codes:** ${memecodes.join(', ')}`, - examples: ['x;meme facepalm "I can\'t even" "comprehend this"'], args: [{ key: 'type', prompt: 'What meme type do you want to use?', @@ -59,10 +58,8 @@ module.exports = class MemeCommand extends Command { run(message, args) { if (message.channel.type !== 'dm') { if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return; - if (!message.channel.permissionsFor(this.client.user).hasPermission('ATTACH_FILES')) return message.say(':x: Error! I don\'t have the Attach Files Permission!'); } const { type, toprow, bottomrow } = args; - const link = `https://memegen.link/${type}/${toprow}/${bottomrow}.jpg`; - return message.channel.send({files: [link]}).catch(() => message.say(':x: Error! Something went wrong!')); + return message.channel.send({files: [`https://memegen.link/${type}/${toprow}/${bottomrow}.jpg`]}); } }; diff --git a/commands/moderation/ban.js b/commands/moderation/ban.js index bd3db5d2..6e7afdda 100644 --- a/commands/moderation/ban.js +++ b/commands/moderation/ban.js @@ -10,8 +10,7 @@ module.exports = class BanCommand extends Command { ], group: 'moderation', memberName: 'ban', - description: 'Bans a user. (x;ban @User being a jerk.)', - examples: ['x;ban @User being a jerk.'], + description: 'Bans a user and logs the ban to the mod_logs.', guildOnly: true, args: [{ key: 'member', diff --git a/commands/moderation/kick.js b/commands/moderation/kick.js index 0e37498c..08a2883e 100644 --- a/commands/moderation/kick.js +++ b/commands/moderation/kick.js @@ -7,8 +7,7 @@ module.exports = class KickCommand extends Command { name: 'kick', group: 'moderation', memberName: 'kick', - description: 'Kicks a user. (x;kick @User being a jerk.)', - examples: ['x;kick @User being a jerk.'], + description: 'Kicks a user and logs the kick to the mod_logs.', guildOnly: true, args: [{ key: 'member', diff --git a/commands/moderation/lockdown.js b/commands/moderation/lockdown.js index 30ddaf5b..6c52794a 100644 --- a/commands/moderation/lockdown.js +++ b/commands/moderation/lockdown.js @@ -6,8 +6,7 @@ module.exports = class LockdownCommand extends Command { name: 'lockdown', group: 'moderation', memberName: 'lockdown', - description: 'Locks down the current server or removes a lockdown, which prevents non-roled members from speaking. (x;lockdown start)', - examples: ['x;lockdown start', 'x;lockdown stop'], + description: 'Locks down the current channel or removes a lockdown, which prevents non-roled members from speaking.', guildOnly: true, args: [{ key: 'type', diff --git a/commands/moderation/prune.js b/commands/moderation/prune.js index 772bbd98..9bfa98d1 100644 --- a/commands/moderation/prune.js +++ b/commands/moderation/prune.js @@ -6,16 +6,11 @@ module.exports = class PruneCommand extends Command { name: 'prune', aliases: [ 'clean', - 'cleanchannel', - 'prunemessages', - 'cleanmessages', - 'clearmessages', 'bulkdelete' ], group: 'moderation', memberName: 'prune', - description: 'Deletes a defined number of messages from the current channel, up to 99. (x;prune 45)', - examples: ['x;prune 45'], + description: 'Deletes a specified number of messages from the current channel, up to 99.', guildOnly: true, throttling: { usages: 1, diff --git a/commands/moderation/unban.js b/commands/moderation/unban.js index 25a556d8..8fa2a408 100644 --- a/commands/moderation/unban.js +++ b/commands/moderation/unban.js @@ -10,8 +10,7 @@ module.exports = class UnbanCommand extends Command { ], group: 'moderation', memberName: 'unban', - description: 'Unbans a user. (x;unban USERID not being a jerk.)', - examples: ['x;unban USERID not being a jerk.'], + description: 'Unbans a user and logs the unban to the mod_logs.', guildOnly: true, args: [{ key: 'memberID', diff --git a/commands/moderation/warn.js b/commands/moderation/warn.js index 75a35b93..312bdecc 100644 --- a/commands/moderation/warn.js +++ b/commands/moderation/warn.js @@ -7,8 +7,7 @@ module.exports = class WarnCommand extends Command { name: 'warn', group: 'moderation', memberName: 'warn', - description: 'Warns a user. (x;warn @User being a jerk)', - examples: ['x;warn @User being a jerk.'], + description: 'Warns a user and logs the warn to the mod_logs.', guildOnly: true, args: [{ key: 'member', diff --git a/commands/random/canyounot.js b/commands/random/canyounot.js index 98d21b4b..85995761 100644 --- a/commands/random/canyounot.js +++ b/commands/random/canyounot.js @@ -6,8 +6,7 @@ module.exports = class CanYouNotCommand extends Command { name: 'canyounot', group: 'random', memberName: 'canyounot', - description: 'Can YOU not? (x;canyounot)', - examples: ['x;canyounot'] + description: 'Can YOU not?' }); } diff --git a/commands/random/easteregg.js b/commands/random/easteregg.js index 4957c82d..9b9da829 100644 --- a/commands/random/easteregg.js +++ b/commands/random/easteregg.js @@ -11,8 +11,7 @@ module.exports = class EasterEggCommand extends Command { ], group: 'random', memberName: 'easteregg', - description: 'Can you discover all the easter eggs? (x;easteregg I\'m an easter egg)', - examples: ['x;easteregg I\'m an easter egg'], + description: 'Can you discover all the easter eggs?', args: [{ key: 'tag', prompt: 'What easter egg do you want to view?', diff --git a/commands/random/giveflower.js b/commands/random/giveflower.js index 2e798067..7d0f1aa6 100644 --- a/commands/random/giveflower.js +++ b/commands/random/giveflower.js @@ -10,8 +10,7 @@ module.exports = class GiveFlowerCommand extends Command { ], group: 'random', memberName: 'giveflower', - description: 'Gives Xiao Pai a flower. (x;giveflower)', - examples: ['x;giveflower'] + description: 'Gives Xiao Pai a flower.' }); } diff --git a/commands/random/lenny.js b/commands/random/lenny.js index 19f687bf..c56b0b33 100644 --- a/commands/random/lenny.js +++ b/commands/random/lenny.js @@ -6,8 +6,7 @@ module.exports = class LennyCommand extends Command { name: 'lenny', group: 'random', memberName: 'lenny', - description: 'Responds with the lenny face. (x;lenny)', - examples: ['x;lenny'] + description: 'Responds with the lenny face.' }); } diff --git a/commands/random/math.js b/commands/random/math.js index b4cc54f9..2849fae4 100644 --- a/commands/random/math.js +++ b/commands/random/math.js @@ -5,16 +5,9 @@ module.exports = class MathCommand extends Command { constructor(client) { super(client, { name: 'math', - aliases: [ - 'add', - 'subtract', - 'multiply', - 'divide' - ], group: 'random', memberName: 'math', - description: 'Does Math (x;math 2 + 2)', - examples: ['x;math 2 + 2'], + description: 'Does math.', args: [{ key: 'expression', prompt: 'What do you want to answer?', diff --git a/commands/random/motivate.js b/commands/random/motivate.js index 17403128..3448848f 100644 --- a/commands/random/motivate.js +++ b/commands/random/motivate.js @@ -10,8 +10,7 @@ module.exports = class MotivateCommand extends Command { ], group: 'random', memberName: 'motivate', - description: 'Motivates someone. (x;motivate @User)', - examples: ['x;motivate @User'], + description: 'Motivates something/someone.', args: [{ key: 'thing', prompt: 'What do you want to motivate?', diff --git a/commands/random/nitro.js b/commands/random/nitro.js index 0ecf09da..97972a4c 100644 --- a/commands/random/nitro.js +++ b/commands/random/nitro.js @@ -7,8 +7,7 @@ module.exports = class NitroCommand extends Command { name: 'nitro', group: 'random', memberName: 'nitro', - description: 'Sends a "This Message Can Only be viewed by Nitro Members" message. (x;nitro)', - examples: ['x;nitro'] + description: 'Sends a "This Message Can Only be viewed by Nitro Members" message.' }); } diff --git a/commands/random/slowclap.js b/commands/random/slowclap.js index a5e73ad9..2cc612e9 100644 --- a/commands/random/slowclap.js +++ b/commands/random/slowclap.js @@ -6,8 +6,7 @@ module.exports = class SlowClapCommand extends Command { name: 'slowclap', group: 'random', memberName: 'slowclap', - description: '*Slow Clap*. (x;slowclap)', - examples: ['x;slowclap'] + description: '*Slow Clap*.' }); } diff --git a/commands/random/spam.js b/commands/random/spam.js index db2f4fba..744a1511 100644 --- a/commands/random/spam.js +++ b/commands/random/spam.js @@ -6,8 +6,7 @@ module.exports = class SpamCommand extends Command { name: 'spam', group: 'random', memberName: 'spam', - description: 'Puts a picture of Spam. (x;spam)', - examples: ['x;spam'] + description: 'Puts a picture of Spam.' }); } diff --git a/commands/random/strawpoll.js b/commands/random/strawpoll.js index 56fb6d7c..fb2284ef 100644 --- a/commands/random/strawpoll.js +++ b/commands/random/strawpoll.js @@ -6,13 +6,11 @@ module.exports = class StrawpollCommand extends Command { super(client, { name: 'strawpoll', aliases: [ - 'poll', - 'survey' + 'poll' ], group: 'random', memberName: 'strawpoll', - description: 'Creates a Strawpoll with your options. (x;strawpoll "Who likes chips?" "Me" "Not Me")', - examples: ['x;strawpoll "Who likes chips?" "Me" "Not Me"'], + description: 'Creates a Strawpoll with your options.', args: [{ key: 'title', prompt: 'What would you like the title of the Strawpoll to be?', diff --git a/commands/random/today.js b/commands/random/today.js index 1e47f0ce..b9d62e52 100644 --- a/commands/random/today.js +++ b/commands/random/today.js @@ -11,8 +11,7 @@ module.exports = class TodayCommand extends Command { ], group: 'random', memberName: 'today', - description: 'Tells you what happened today. (x;today)', - examples: ['x;today'] + description: 'Tells you what happened today in history.' }); } diff --git a/commands/random/wouldyourather.js b/commands/random/wouldyourather.js index cfe94600..e493e66a 100644 --- a/commands/random/wouldyourather.js +++ b/commands/random/wouldyourather.js @@ -12,8 +12,7 @@ module.exports = class WouldYouRatherCommand extends Command { ], group: 'random', memberName: 'wouldyourather', - description: 'Gets a random would you rather question. (x;wouldyourather)', - examples: ['x;wouldyourather'] + description: 'Gets a random would you rather question.' }); } diff --git a/commands/randomimg/cat.js b/commands/randomimg/cat.js index 5c4528de..f254e105 100644 --- a/commands/randomimg/cat.js +++ b/commands/randomimg/cat.js @@ -5,10 +5,12 @@ module.exports = class CatCommand extends Command { constructor(client) { super(client, { name: 'cat', + aliases: [ + 'neko' + ], group: 'randomimg', memberName: 'cat', - description: 'Sends a random cat picture. (x;cat)', - examples: ['x;cat'] + description: 'Sends a random cat image.' }); } diff --git a/commands/randomimg/potato.js b/commands/randomimg/potato.js index b4be8f95..a0039523 100644 --- a/commands/randomimg/potato.js +++ b/commands/randomimg/potato.js @@ -10,8 +10,7 @@ module.exports = class PotatoCommand extends Command { ], group: 'randomimg', memberName: 'potato', - description: 'Sends a random Potato picture. (x;potato)', - examples: ['x;potato'] + description: 'Sends a random potato image.' }); } diff --git a/commands/randomimg/pun.js b/commands/randomimg/pun.js index 280ede8f..9cc1835d 100644 --- a/commands/randomimg/pun.js +++ b/commands/randomimg/pun.js @@ -7,8 +7,7 @@ module.exports = class RandomPunCommand extends Command { name: 'pun', group: 'randomimg', memberName: 'pun', - description: 'Sends a random pun image. (x;pun)', - examples: ['x;pun'] + description: 'Sends a random pun image.' }); } diff --git a/commands/randomimg/vocaloid.js b/commands/randomimg/vocaloid.js index a67820ae..404b6b71 100644 --- a/commands/randomimg/vocaloid.js +++ b/commands/randomimg/vocaloid.js @@ -10,8 +10,7 @@ module.exports = class VocaloidCommand extends Command { ], group: 'randomimg', memberName: 'vocaloid', - description: 'Sends a random VOCALOID song. (x;vocaloid)', - examples: ['x;vocaloid'] + description: 'Sends a random VOCALOID song.' }); } diff --git a/commands/randomimg/xiaopai.js b/commands/randomimg/xiaopai.js index 265f2d48..68b5fcbb 100644 --- a/commands/randomimg/xiaopai.js +++ b/commands/randomimg/xiaopai.js @@ -10,8 +10,7 @@ module.exports = class XiaoCommand extends Command { ], group: 'randomimg', memberName: 'xiaopai', - description: 'Sends a random image of Xiao Pai. (x;xiaopai)', - examples: ['x;xiaopai'] + description: 'Sends a random image of Xiao Pai.' }); } diff --git a/commands/response/8ball.js b/commands/response/8ball.js index e57f6f76..695cbc33 100644 --- a/commands/response/8ball.js +++ b/commands/response/8ball.js @@ -7,8 +7,7 @@ module.exports = class MagicBallCommand extends Command { name: '8ball', group: 'response', memberName: '8ball', - description: 'Predicts your future. (x;8ball Am I stupid?)', - examples: ['x;8ball Am I stupid?'], + description: 'Predicts your future.', args: [{ key: 'question', prompt: 'What do you want to ask the 8 ball?', diff --git a/commands/response/choose.js b/commands/response/choose.js index 220b0060..20b37f1f 100644 --- a/commands/response/choose.js +++ b/commands/response/choose.js @@ -9,8 +9,7 @@ module.exports = class ChooseCommand extends Command { ], group: 'response', memberName: 'choose', - description: 'Chooses between things. (x;choose "Cow" "Sheep")', - examples: ['x;choose "Cow" "Sheep"', 'x;choose "Bark" "Woof" "Meow" "Moo"'], + description: 'Chooses between things.', args: [{ key: 'choices', prompt: 'What choices do you want me pick from?', diff --git a/commands/response/coin.js b/commands/response/coin.js index 4c332b8a..d9dcc0a8 100644 --- a/commands/response/coin.js +++ b/commands/response/coin.js @@ -11,8 +11,7 @@ module.exports = class CoinFlipCommand extends Command { ], group: 'response', memberName: 'coin', - description: 'Flips a coin. (x;coin)', - examples: ['x;coin'] + description: 'Flips a coin.' }); } diff --git a/commands/response/compliment.js b/commands/response/compliment.js index d3f53671..9f50eeb2 100644 --- a/commands/response/compliment.js +++ b/commands/response/compliment.js @@ -7,8 +7,7 @@ module.exports = class ComplimentCommand extends Command { name: 'compliment', group: 'response', memberName: 'compliment', - description: 'Compliments the user of your choice. (x;compliment @User)', - examples: ['x;compliment @User'], + description: 'Compliments something/someone.', args: [{ key: 'thing', prompt: 'What do you want to compliment?', diff --git a/commands/response/factcore.js b/commands/response/factcore.js index 8588e354..b8397f1b 100644 --- a/commands/response/factcore.js +++ b/commands/response/factcore.js @@ -7,8 +7,7 @@ module.exports = class FactCoreCommand extends Command { name: 'factcore', group: 'response', memberName: 'factcore', - description: 'Says a random Fact Core quote. (x;factcore)', - examples: ['x;factcore'] + description: 'Says a random Fact Core quote.' }); } diff --git a/commands/response/fishy.js b/commands/response/fishy.js index 9ad8f8f1..f5f49b84 100644 --- a/commands/response/fishy.js +++ b/commands/response/fishy.js @@ -11,8 +11,7 @@ module.exports = class FishyCommand extends Command { ], group: 'response', memberName: 'fishy', - description: 'Catches a fish. (x;fishy)', - examples: ['x;fishy'] + description: 'Catches a fish.' }); } diff --git a/commands/response/fortune.js b/commands/response/fortune.js index f301dac7..491a1ca4 100644 --- a/commands/response/fortune.js +++ b/commands/response/fortune.js @@ -10,8 +10,7 @@ module.exports = class FortuneCookieCommand extends Command { ], group: 'response', memberName: 'fortune', - description: 'Fortune Cookie. (x;fortune)', - examples: ['x;fortune'] + description: 'Fortune Cookie.' }); } diff --git a/commands/response/name.js b/commands/response/name.js index b3abe4dc..86869f9d 100644 --- a/commands/response/name.js +++ b/commands/response/name.js @@ -11,8 +11,7 @@ module.exports = class RandomNameCommand extends Command { ], group: 'response', memberName: 'name', - description: 'Generates a random name (x;name Male)', - examples: ['x;name', 'x;name male', 'x;name female'], + description: 'Generates a random name.', args: [{ key: 'gender', prompt: 'Which gender do you want to generate a name for?', diff --git a/commands/response/offspring.js b/commands/response/offspring.js index 770baa08..3eed2de1 100644 --- a/commands/response/offspring.js +++ b/commands/response/offspring.js @@ -11,8 +11,7 @@ module.exports = class OffspringCommand extends Command { ], group: 'response', memberName: 'offspring', - description: 'Tells you if your new child is a boy or a girl. (x;offspring)', - examples: ['x;offspring'] + description: 'Tells you if your new child is a boy or a girl.' }); } diff --git a/commands/response/quantumcoin.js b/commands/response/quantumcoin.js index b7ebe35f..bdb6eb2e 100644 --- a/commands/response/quantumcoin.js +++ b/commands/response/quantumcoin.js @@ -12,8 +12,7 @@ module.exports = class QuantumCoinCommand extends Command { ], group: 'response', memberName: 'quantumcoin', - description: 'Flips a coin that lands on nothing. (x;quantumcoin)', - examples: ['x;quantumcoin'] + description: 'Flips a coin that lands on nothing.' }); } diff --git a/commands/response/ratewaifu.js b/commands/response/ratewaifu.js index 5405d3ba..2983ce5a 100644 --- a/commands/response/ratewaifu.js +++ b/commands/response/ratewaifu.js @@ -9,8 +9,7 @@ module.exports = class RateWaifuCommand extends Command { ], group: 'response', memberName: 'ratewaifu', - description: 'Rates your Waifu. (x;ratewaifu Xiao Pai)', - examples: ['x;ratewaifu Xiao Pai'], + description: 'Rates your Waifu.', args: [{ key: 'waifu', prompt: 'Who do you want to rate?', diff --git a/commands/response/roast.js b/commands/response/roast.js index 911523b4..03da5371 100644 --- a/commands/response/roast.js +++ b/commands/response/roast.js @@ -10,8 +10,7 @@ module.exports = class RoastCommand extends Command { ], group: 'response', memberName: 'roast', - description: 'Roasts the user of your choice. (x;roast @User)', - examples: ['x;roast @username'], + description: 'Roasts something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roast?', diff --git a/commands/response/roll.js b/commands/response/roll.js index a8f1eda8..497ee25d 100644 --- a/commands/response/roll.js +++ b/commands/response/roll.js @@ -10,8 +10,7 @@ module.exports = class RollCommand extends Command { ], group: 'response', memberName: 'roll', - description: 'Rolls a Dice of your choice. (x;roll 6)', - examples: ['x;roll 6'], + description: 'Rolls a dice with a maximum value you specify.', args: [{ key: 'value', prompt: 'What is the maximum number you wish to appear?', diff --git a/commands/response/roulette.js b/commands/response/roulette.js index 536c5f1f..9ad83319 100644 --- a/commands/response/roulette.js +++ b/commands/response/roulette.js @@ -12,8 +12,7 @@ module.exports = class RouletteCommand extends Command { ], group: 'response', memberName: 'roulette', - description: 'Chooses a random member. (x;roulette Who is the best?)', - examples: ['x;roulette Who is the best?'], + description: 'Chooses a random member in the server.', guildOnly: true }); } diff --git a/commands/response/ship.js b/commands/response/ship.js index ee68cbfa..03459e31 100644 --- a/commands/response/ship.js +++ b/commands/response/ship.js @@ -9,8 +9,7 @@ module.exports = class ShipCommand extends Command { ], group: 'response', memberName: 'ship', - description: 'Ships two people. (x;ship @Rem and @Nate)', - examples: ['x;ship @Rem and @Nate'], + description: 'Ships things/people together.', args: [{ key: 'things', prompt: 'What do you want to ship together?', diff --git a/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js index 966bab96..2b45f64e 100644 --- a/commands/roleplay/cuddle.js +++ b/commands/roleplay/cuddle.js @@ -6,8 +6,7 @@ module.exports = class CuddleCommand extends Command { name: 'cuddle', group: 'roleplay', memberName: 'cuddle', - description: 'Cuddles someone. (x;cuddle @User)', - examples: ['x;cuddle @User'], + description: 'Cuddles something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/divorce.js b/commands/roleplay/divorce.js index 48db2729..216283e9 100644 --- a/commands/roleplay/divorce.js +++ b/commands/roleplay/divorce.js @@ -6,8 +6,7 @@ module.exports = class DivorceCommand extends Command { name: 'divorce', group: 'roleplay', memberName: 'divorce', - description: 'Divorces someone. (x;divorce @User)', - examples: ['x;divorce @User'], + description: 'Divorces something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/eat.js b/commands/roleplay/eat.js index 41dda883..10fef1f7 100644 --- a/commands/roleplay/eat.js +++ b/commands/roleplay/eat.js @@ -6,8 +6,7 @@ module.exports = class EatCommand extends Command { name: 'eat', group: 'roleplay', memberName: 'eat', - description: 'Eats something/someone. (x;eat @User)', - examples: ['x;eat @User'], + description: 'Eats something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/falconpunch.js b/commands/roleplay/falconpunch.js index 7ba8990e..070c539e 100644 --- a/commands/roleplay/falconpunch.js +++ b/commands/roleplay/falconpunch.js @@ -6,8 +6,7 @@ module.exports = class FalconPunchCommand extends Command { name: 'falconpunch', group: 'roleplay', memberName: 'falconpunch', - description: 'Falcon Punches someone. (x;falconpunch @User)', - examples: ['x;falconpunch @User'], + description: 'Falcon Punches something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/fistbump.js b/commands/roleplay/fistbump.js index 548e1138..845cc2c2 100644 --- a/commands/roleplay/fistbump.js +++ b/commands/roleplay/fistbump.js @@ -6,8 +6,7 @@ module.exports = class FistBumpCommand extends Command { name: 'fistbump', group: 'roleplay', memberName: 'fistbump', - description: 'Fistbumps someone. (x;fistbump @User)', - examples: ['x;fistbump @User'], + description: 'Fistbumps something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/highfive.js b/commands/roleplay/highfive.js index bff5bcb6..9da6f7e4 100644 --- a/commands/roleplay/highfive.js +++ b/commands/roleplay/highfive.js @@ -6,8 +6,7 @@ module.exports = class HighFivesCommand extends Command { name: 'highfive', group: 'roleplay', memberName: 'highfive', - description: 'High Fives someone. (x;highfive @User)', - examples: ['x;highfive @User'], + description: 'High Fives something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/hitwithshovel.js b/commands/roleplay/hitwithshovel.js index a9053350..041ca2c8 100644 --- a/commands/roleplay/hitwithshovel.js +++ b/commands/roleplay/hitwithshovel.js @@ -6,8 +6,7 @@ module.exports = class HitwithShovelCommand extends Command { name: 'hitwithshovel', group: 'roleplay', memberName: 'hitwithsovel', - description: 'Hits someone with a shovel. (x;hitwithshovel @User)', - examples: ['x;hitwithshovel @User'], + description: 'Hits something/someone with a shovel.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/hug.js b/commands/roleplay/hug.js index 82548d3c..2524639f 100644 --- a/commands/roleplay/hug.js +++ b/commands/roleplay/hug.js @@ -6,8 +6,7 @@ module.exports = class HugCommand extends Command { name: 'hug', group: 'roleplay', memberName: 'hug', - description: 'Hugs someone. (x;hug @User)', - examples: ['x;hug @User'], + description: 'Hugs something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/inhales.js b/commands/roleplay/inhales.js index 34423429..1e836395 100644 --- a/commands/roleplay/inhales.js +++ b/commands/roleplay/inhales.js @@ -6,8 +6,7 @@ module.exports = class InhaleCommand extends Command { name: 'inhale', group: 'roleplay', memberName: 'inhale', - description: 'Inhales someone. (x;inhale @User)', - examples: ['x;inhale @User'], + description: 'Inhales something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/kill.js b/commands/roleplay/kill.js index 89a9a67f..0e79c2fe 100644 --- a/commands/roleplay/kill.js +++ b/commands/roleplay/kill.js @@ -6,8 +6,7 @@ module.exports = class KillCommand extends Command { name: 'kill', group: 'roleplay', memberName: 'kill', - description: 'Kills someone. (x;kill @User)', - examples: ['x;kill @User'], + description: 'Kills something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/kiss.js b/commands/roleplay/kiss.js index a33277b2..14f5e7f7 100644 --- a/commands/roleplay/kiss.js +++ b/commands/roleplay/kiss.js @@ -6,8 +6,7 @@ module.exports = class KissCommand extends Command { name: 'kiss', group: 'roleplay', memberName: 'kiss', - description: 'Kisses someone. (x;kiss @User)', - examples: ['x;kiss @User'], + description: 'Kisses something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/marries.js b/commands/roleplay/marries.js index 3010d6d2..e1f7a1a9 100644 --- a/commands/roleplay/marries.js +++ b/commands/roleplay/marries.js @@ -6,8 +6,7 @@ module.exports = class MarryCommand extends Command { name: 'marry', group: 'roleplay', memberName: 'marry', - description: 'Marries someone. (x;marry @User)', - examples: ['x;marry @User'], + description: 'Marries something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/pat.js b/commands/roleplay/pat.js index a0a52ccf..1d32be93 100644 --- a/commands/roleplay/pat.js +++ b/commands/roleplay/pat.js @@ -6,8 +6,7 @@ module.exports = class PatCommand extends Command { name: 'pat', group: 'roleplay', memberName: 'pat', - description: 'Pats someone. (x;pat @User)', - examples: ['x;pat @User'], + description: 'Pats something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/poke.js b/commands/roleplay/poke.js index 0970460c..2f5df626 100644 --- a/commands/roleplay/poke.js +++ b/commands/roleplay/poke.js @@ -6,8 +6,7 @@ module.exports = class PokeCommand extends Command { name: 'poke', group: 'roleplay', memberName: 'poke', - description: 'Pokes someone. (x;poke @User)', - examples: ['x;poke @User'], + description: 'Pokes something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/punch.js b/commands/roleplay/punch.js index 6ef2a910..b0ce6e77 100644 --- a/commands/roleplay/punch.js +++ b/commands/roleplay/punch.js @@ -6,8 +6,7 @@ module.exports = class PunchCommand extends Command { name: 'punch', group: 'roleplay', memberName: 'punch', - description: 'Punches someone. (x;punch @User)', - examples: ['x;punch @User'], + description: 'Punches something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/slap.js b/commands/roleplay/slap.js index 34741696..8edc07d8 100644 --- a/commands/roleplay/slap.js +++ b/commands/roleplay/slap.js @@ -6,8 +6,7 @@ module.exports = class SlapCommand extends Command { name: 'slap', group: 'roleplay', memberName: 'slap', - description: 'Slaps someone. (x;slap @User)', - examples: ['x;slap @User'], + description: 'Slaps something/someone.', args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index 8a00fcc4..d049ad51 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -12,8 +12,7 @@ module.exports = class BotSearchCommand extends Command { ], group: 'search', memberName: 'botinfo', - description: 'Searches Discord Bots for info on a bot. (x;botinfo @Bot)', - examples: ['x;botinfo @Bot'], + description: 'Searches Discord Bots for info on a bot.', args: [{ key: 'bot', prompt: 'Which bot do you want to get information for?', diff --git a/commands/search/define.js b/commands/search/define.js index 99a6c92e..f27b7a7f 100644 --- a/commands/search/define.js +++ b/commands/search/define.js @@ -14,8 +14,7 @@ module.exports = class DefineCommand extends Command { ], group: 'search', memberName: 'define', - description: 'Defines a word. (x;define Cat)', - examples: ['x;define Cat'], + description: 'Defines a word.', args: [{ key: 'word', prompt: 'What would you like to define?', diff --git a/commands/search/discrim.js b/commands/search/discrim.js index 601dbf9d..6d254db0 100644 --- a/commands/search/discrim.js +++ b/commands/search/discrim.js @@ -11,8 +11,7 @@ module.exports = class DiscrimCommand extends Command { ], group: 'search', memberName: 'discrim', - description: 'Searches the server for a certain discriminator. (x;discrim 8081)', - examples: ['x;discrim 8081'], + description: 'Searches for other users with a certain discriminator.', args: [{ key: 'discrim', prompt: 'Which discriminator would you like to search for?', diff --git a/commands/search/forecast.js b/commands/search/forecast.js index 0b1709d8..da30dc10 100644 --- a/commands/search/forecast.js +++ b/commands/search/forecast.js @@ -11,8 +11,7 @@ module.exports = class ForecastCommand extends Command { ], group: 'search', memberName: 'forecast', - description: 'Gets the seven-day forecast for a specified location. (x;forecast San Francisco)', - examples: ['x;forecast San Francisco'], + description: 'Gets the seven-day forecast for a specified location.', args: [{ key: 'location', prompt: 'What location would you like to get the forecast for?', diff --git a/commands/search/google.js b/commands/search/google.js index 146fcc2a..1c47131f 100644 --- a/commands/search/google.js +++ b/commands/search/google.js @@ -12,8 +12,7 @@ module.exports = class GoogleCommand extends Command { ], group: 'search', memberName: 'google', - description: 'Searches Google. (x;google Cat)', - examples: ['x;google Cat'], + description: 'Searches Google.', args: [{ key: 'query', prompt: 'What would you like to search for?', diff --git a/commands/search/imdb.js b/commands/search/imdb.js index ba043943..47c42fcf 100644 --- a/commands/search/imdb.js +++ b/commands/search/imdb.js @@ -14,8 +14,7 @@ module.exports = class IMDBCommand extends Command { ], group: 'search', memberName: 'imdb', - description: 'Searches IMDB for a specified movie. (x;imdb How to Train Your Dragon)', - examples: ['x;imdb How to Train Your Dragon'], + description: 'Searches IMDB for a specified movie.', args: [{ key: 'movie', prompt: 'What movie or TV Show would you like to search for?', diff --git a/commands/search/lmgtfy.js b/commands/search/lmgtfy.js index e0ea5feb..aa4fec13 100644 --- a/commands/search/lmgtfy.js +++ b/commands/search/lmgtfy.js @@ -6,8 +6,7 @@ module.exports = class LMGTFYCommand extends Command { name: 'lmgtfy', group: 'search', memberName: 'lmgtfy', - description: 'Responds with a LMGTFY link. (x;lmgtfy How to Internet)', - examples: ['x;lmgtfy How to Internet'], + description: 'Responds with a LMGTFY link.', args: [{ key: 'query', prompt: 'What would you like to the link to search for?', diff --git a/commands/search/map.js b/commands/search/map.js index 8c236f36..4666d4e1 100644 --- a/commands/search/map.js +++ b/commands/search/map.js @@ -10,8 +10,7 @@ module.exports = class MapCommand extends Command { ], group: 'search', memberName: 'map', - description: 'Gets a map image for the location you define with the zoom level you define (1-20). (x;map 15 Cartersville, GA)', - examples: ['x;map 15 Cartersville, GA'], + description: 'Gets a map image for the location you define with the zoom level you define (1-20).', args: [{ key: 'zoom', prompt: 'What would you like the zoom level for the map to be? Limit 1-20.', diff --git a/commands/search/neopet.js b/commands/search/neopet.js index f5796dd7..3c518b99 100644 --- a/commands/search/neopet.js +++ b/commands/search/neopet.js @@ -8,8 +8,7 @@ module.exports = class NeopetCommand extends Command { name: 'neopet', group: 'search', memberName: 'neopet', - description: 'Gives a Neopet\'s image, searchable by name. (x;neopet Pikachu53535)', - examples: ['x;neopet Pikachu53535'], + description: 'Gives a Neopet\'s image, searchable by name.', args: [{ key: 'pet', prompt: 'What pet would you like to get the image of?', diff --git a/commands/search/osu.js b/commands/search/osu.js index 31f652d1..3a582889 100644 --- a/commands/search/osu.js +++ b/commands/search/osu.js @@ -13,8 +13,7 @@ module.exports = class OsuCommand extends Command { ], group: 'search', memberName: 'osu', - description: 'Searches Osu user data. (x;osu dragonfire535)', - examples: ['x;osu dragonfire535'], + description: 'Searches Osu! user data.', args: [{ key: 'username', prompt: 'What osu username would you like to search for?', diff --git a/commands/search/soundcloud.js b/commands/search/soundcloud.js index 9545bde5..92dc816d 100644 --- a/commands/search/soundcloud.js +++ b/commands/search/soundcloud.js @@ -8,13 +8,11 @@ module.exports = class SoundCloudCommand extends Command { name: 'soundcloud', aliases: [ 'cloudsound', - 'scloud', - 'csound' + 'scloud' ], group: 'search', memberName: 'soundcloud', - description: 'Searches SoundCloud for a song. (x;soundcloud Turtle Dreams)', - examples: ['x;soundcloud Turtle Dreams'], + description: 'Searches SoundCloud for a song.', args: [{ key: 'query', prompt: 'What do you want to search SoundCloud for?', diff --git a/commands/search/urban.js b/commands/search/urban.js index b12873b7..e3c7f6b0 100644 --- a/commands/search/urban.js +++ b/commands/search/urban.js @@ -13,8 +13,7 @@ module.exports = class UrbanCommand extends Command { ], group: 'search', memberName: 'urban', - description: 'Searches Urban Dictionary. (x;urban Cat)', - examples: ['x;urban Cat'], + description: 'Searches Urban Dictionary for a word.', args: [{ key: 'word', prompt: 'What would you like to define?', diff --git a/commands/search/wattpad.js b/commands/search/wattpad.js index c6b295d8..d430d5da 100644 --- a/commands/search/wattpad.js +++ b/commands/search/wattpad.js @@ -8,8 +8,7 @@ module.exports = class WattpadCommand extends Command { name: 'wattpad', group: 'search', memberName: 'wattpad', - description: 'Searches Wattpad for a specified book. (x;wattpad Heroes of Dreamland)', - examples: ['x;wattpad Heroes of Dreamland'], + description: 'Searches Wattpad for a book.', args: [{ key: 'book', prompt: 'What book would you like to search for?', diff --git a/commands/search/weather.js b/commands/search/weather.js index 15a71ac2..84320011 100644 --- a/commands/search/weather.js +++ b/commands/search/weather.js @@ -8,8 +8,7 @@ module.exports = class WeatherCommand extends Command { name: 'weather', group: 'search', memberName: 'weather', - description: 'Searches weather for a specified location. (x;weather San Francisco)', - examples: ['x;weather San Francisco'], + description: 'Gets weather information for a specified location.', args: [{ key: 'location', prompt: 'What location would you like to get the current weather for?', diff --git a/commands/search/wikipedia.js b/commands/search/wikipedia.js index b68882cd..e2b00ab1 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -8,8 +8,7 @@ module.exports = class WikipediaCommand extends Command { name: 'wikipedia', group: 'search', memberName: 'wikipedia', - description: 'Searches Wikipedia for something. (x;wikipedia Cat)', - examples: ['x;wikipedia Cat'], + description: 'Searches Wikipedia for something.', args: [{ key: 'query', prompt: 'What would you like to search for?', diff --git a/commands/search/youtube.js b/commands/search/youtube.js index 069ecfde..345df8a5 100644 --- a/commands/search/youtube.js +++ b/commands/search/youtube.js @@ -11,8 +11,7 @@ module.exports = class YouTubeCommand extends Command { ], group: 'search', memberName: 'youtube', - description: 'Searches YouTube for a video. (x;youtube video)', - examples: ['x;youtube video'], + description: 'Searches YouTube for a video.', args: [{ key: 'video', prompt: 'What would you like to search for?', diff --git a/commands/search/yugioh.js b/commands/search/yugioh.js index 6ce51e6d..36f07623 100644 --- a/commands/search/yugioh.js +++ b/commands/search/yugioh.js @@ -8,8 +8,7 @@ module.exports = class YuGiOhCommand extends Command { name: 'yugioh', group: 'search', memberName: 'yugioh', - description: 'Gets info on a Yu-Gi-Oh! Card. (x;yugioh Blue-Eyes White Dragon)', - examples: ['x;yugioh Blue-Eyes White Dragon'], + description: 'Gets info on a Yu-Gi-Oh! Card.', args: [{ key: 'card', prompt: 'What card would you like to get data for?', diff --git a/commands/textedit/binary.js b/commands/textedit/binary.js index 38628091..40058aa9 100644 --- a/commands/textedit/binary.js +++ b/commands/textedit/binary.js @@ -14,8 +14,7 @@ module.exports = class BinaryCommand extends Command { name: 'binary', group: 'textedit', memberName: 'binary', - description: 'Converts text to binary. (x;binary This text)', - examples: ['x;binary This text'], + description: 'Converts text to binary.', args: [{ key: 'text', prompt: 'What text would you like to convert to binary?', diff --git a/commands/textedit/cowsay.js b/commands/textedit/cowsay.js index 250123e7..46e0522a 100644 --- a/commands/textedit/cowsay.js +++ b/commands/textedit/cowsay.js @@ -6,8 +6,7 @@ module.exports = class CowsayCommand extends Command { name: 'cowsay', group: 'textedit', memberName: 'cowsay', - description: 'Converts text to cowsay. (x;cowsay This text)', - examples: ['x;cowsay This text'], + description: 'Converts text to cowsay.', args: [{ key: 'text', prompt: 'What text would you like the cow to say?', diff --git a/commands/textedit/embed.js b/commands/textedit/embed.js index 1d810486..883772bf 100644 --- a/commands/textedit/embed.js +++ b/commands/textedit/embed.js @@ -7,8 +7,7 @@ module.exports = class EmbedCommand extends Command { name: 'embed', group: 'textedit', memberName: 'embed', - description: 'Sends a message in an embed. (x;embed This is an example.)', - examples: ['x;embed This is an example.'], + description: 'Sends a message in an embed.', guildOnly: true, args: [{ key: 'text', diff --git a/commands/textedit/morse.js b/commands/textedit/morse.js index f9787249..6bda65f8 100644 --- a/commands/textedit/morse.js +++ b/commands/textedit/morse.js @@ -11,8 +11,7 @@ module.exports = class MorseCommand extends Command { ], group: 'textedit', memberName: 'morse', - description: 'Translates text to morse code. (x;morse This is Morse Code.)', - examples: ['x;morse This is Morse Code.'], + description: 'Translates text to morse code.', args: [{ key: 'text', prompt: 'What text would you like to convert to morse?', diff --git a/commands/textedit/pirate.js b/commands/textedit/pirate.js index 680bdb93..0c5f084c 100644 --- a/commands/textedit/pirate.js +++ b/commands/textedit/pirate.js @@ -12,8 +12,7 @@ module.exports = class PirateCommand extends Command { ], group: 'textedit', memberName: 'pirate', - description: 'Talk like a pirate! (x;pirate This is being said like a pirate!)', - examples: ['x;pirate This is being said like a pirate!'], + description: 'Talk like a pirate!', args: [{ key: 'text', prompt: 'What text would you like to convert to pirate?', diff --git a/commands/textedit/reverse.js b/commands/textedit/reverse.js index 6ad2e636..2a97b128 100644 --- a/commands/textedit/reverse.js +++ b/commands/textedit/reverse.js @@ -6,8 +6,7 @@ module.exports = class ReverseCommand extends Command { name: 'reverse', group: 'textedit', memberName: 'reverse', - description: 'Reverses text (x;reverse This text please)', - examples: ['x;reverse This text please'], + description: 'Reverses text.', args: [{ key: 'text', prompt: 'What text would you like to reverse?', diff --git a/commands/textedit/say.js b/commands/textedit/say.js index 0c9e804d..eaa30011 100644 --- a/commands/textedit/say.js +++ b/commands/textedit/say.js @@ -12,8 +12,7 @@ module.exports = class SayCommand extends Command { ], group: 'textedit', memberName: 'say', - description: 'Make XiaoBot say what you wish. (x;say I can talk!)', - examples: ['x;say I can talk!'], + description: 'Make XiaoBot say what you wish.', guildOnly: true, args: [{ key: 'text', diff --git a/commands/textedit/temmie.js b/commands/textedit/temmie.js index 31c92448..62517461 100644 --- a/commands/textedit/temmie.js +++ b/commands/textedit/temmie.js @@ -8,8 +8,7 @@ module.exports = class TemmieCommand extends Command { name: 'temmie', group: 'textedit', memberName: 'temmie', - description: 'Translate text to Temmie speak. (x;temmie I am Temmie)', - examples: ['x;temmie I am Temmie.'], + description: 'Translate text to Temmie speak.', args: [{ key: 'text', prompt: 'What text would you like to convert to Temmie speak?', diff --git a/commands/textedit/upsidedown.js b/commands/textedit/upsidedown.js index b2a2e683..d66f2c93 100644 --- a/commands/textedit/upsidedown.js +++ b/commands/textedit/upsidedown.js @@ -12,8 +12,7 @@ module.exports = class UpsideDownCommand extends Command { ], group: 'textedit', memberName: 'upsidedown', - description: 'Flips text upside-down. (x;upsidedown It\'s upside-down!)', - examples: ['x;upsidedown It\'s upside-down!'], + description: 'Flips text upside-down.', args: [{ key: 'text', prompt: 'What text would you like to flip upside-down?', diff --git a/commands/textedit/webhook.js b/commands/textedit/webhook.js index 108d03d5..810a004a 100644 --- a/commands/textedit/webhook.js +++ b/commands/textedit/webhook.js @@ -11,8 +11,7 @@ module.exports = class WebhookCommand extends Command { ], group: 'textedit', memberName: 'webhook', - description: 'Posts a message to the webhook defined in your `process.env`. (x;webhook Hey guys!)', - examples: ['x;webhook Hey guys!'], + description: 'Posts a message to the webhook defined in your `process.env`.', guildOnly: true, args: [{ key: 'text', diff --git a/commands/textedit/zalgo.js b/commands/textedit/zalgo.js index 243c16b2..f56bf2aa 100644 --- a/commands/textedit/zalgo.js +++ b/commands/textedit/zalgo.js @@ -7,8 +7,7 @@ module.exports = class ZalgoCommand extends Command { name: 'zalgo', group: 'textedit', memberName: 'zalgo', - description: 'Zalgoizes Text (x;zalgo This Text)', - examples: ['x;zalgo This Text'], + description: 'Zalgoizes Text.', args: [{ key: 'text', prompt: 'What text would you like to convert to zalgo?', diff --git a/commands/userinfo/avatar.js b/commands/userinfo/avatar.js index 4da9ed2e..8011fc85 100644 --- a/commands/userinfo/avatar.js +++ b/commands/userinfo/avatar.js @@ -6,8 +6,7 @@ module.exports = class AvatarCommand extends Command { name: 'avatar', group: 'userinfo', memberName: 'avatar', - description: 'Gives a link to someone\'s avatar. (x;avatar @User)', - examples: ['x;avatar @XiaoBot'], + description: 'Gives a link to a user\'s avatar.', args: [{ key: 'user', prompt: 'Which user would you like to get the avatar of?', diff --git a/commands/userinfo/userinfo.js b/commands/userinfo/userinfo.js index c464b4e7..71310a86 100644 --- a/commands/userinfo/userinfo.js +++ b/commands/userinfo/userinfo.js @@ -14,8 +14,7 @@ module.exports = class UserInfoCommand extends Command { ], group: 'userinfo', memberName: 'user', - description: 'Gives some info on a user. (x;user @User)', - examples: ['x;user @User'], + description: 'Gives some info on a user.', guildOnly: true, args: [{ key: 'user', diff --git a/commands/util/info.js b/commands/util/info.js index 1f60ec9e..f205bc6a 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -14,8 +14,7 @@ module.exports = class InfoCommand extends Command { ], group: 'util', memberName: 'info', - description: 'Gives some bot info for your shard. (x;info)', - examples: ['x;info'] + description: 'Gives some bot info for your shard.' }); } diff --git a/commands/util/invite.js b/commands/util/invite.js index 1091fd27..0e251f31 100644 --- a/commands/util/invite.js +++ b/commands/util/invite.js @@ -6,8 +6,7 @@ module.exports = class InviteCommand extends Command { name: 'invite', group: 'util', memberName: 'invite', - description: 'Sends you an invite for the bot and an invite to my server. (x;invite)', - examples: ['x;invite'] + description: 'Sends you an invite for the bot and an invite to my server.' }); } diff --git a/commands/util/shardinfo.js b/commands/util/shardinfo.js index de4dc4e0..7eb2296e 100644 --- a/commands/util/shardinfo.js +++ b/commands/util/shardinfo.js @@ -16,8 +16,7 @@ module.exports = class ShardInfoCommand extends Command { ], group: 'util', memberName: 'shardinfo', - description: 'Gives some bot info for the Shard you specify. (x;shardinfo 0)', - examples: ['x;shardinfo 0'], + description: 'Gives some bot info for the Shard you specify.', args: [{ key: 'shardID', prompt: 'Which Shard would you like to get data for?', diff --git a/commands/util/uptime.js b/commands/util/uptime.js index 395964eb..62a40929 100644 --- a/commands/util/uptime.js +++ b/commands/util/uptime.js @@ -8,8 +8,7 @@ module.exports = class UptimeCommand extends Command { name: 'uptime', group: 'util', memberName: 'uptime', - description: 'Displays how long the bot has been active. (x;uptime)', - examples: ['x;uptime'] + description: 'Displays how long the bot has been active on this shard.' }); } diff --git a/package.json b/package.json index 48dc824b..7354f564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "31.5.0", + "version": "31.6.0", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {