From 121b78922008bdfd7affe26d9d893d114a228c43 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 20 Apr 2017 13:48:12 +0000 Subject: [PATCH] Fix Examples in Commands --- commands/avataredit/3000years.js | 4 ++-- commands/avataredit/beautiful.js | 4 ++-- commands/avataredit/bobross.js | 4 ++-- commands/avataredit/rip.js | 4 ++-- commands/avataredit/steamcard.js | 4 ++-- commands/games/lottery.js | 4 ++-- commands/games/mathgame.js | 4 ++-- commands/games/quiz.js | 4 ++-- commands/games/rockpaperscissors.js | 4 ++-- commands/games/slots.js | 4 ++-- commands/games/typinggame.js | 4 ++-- commands/guildinfo/emoji.js | 4 ++-- commands/guildinfo/guildinfo.js | 4 ++-- commands/imageedit/meme.js | 4 ++-- commands/moderation/ban.js | 4 ++-- commands/moderation/kick.js | 4 ++-- commands/moderation/lockdown.js | 4 ++-- commands/moderation/prune.js | 4 ++-- commands/moderation/unban.js | 4 ++-- commands/moderation/warn.js | 4 ++-- commands/random/canyounot.js | 4 ++-- commands/random/giveflower.js | 4 ++-- commands/random/lenny.js | 4 ++-- commands/random/math.js | 4 ++-- commands/random/motivate.js | 4 ++-- commands/random/nitro.js | 4 ++-- commands/random/slowclap.js | 4 ++-- commands/random/spam.js | 4 ++-- commands/random/strawpoll.js | 4 ++-- commands/random/today.js | 4 ++-- commands/random/wouldyourather.js | 4 ++-- commands/randomimg/cat.js | 4 ++-- commands/randomimg/potato.js | 4 ++-- commands/randomimg/pun.js | 4 ++-- commands/randomimg/vocaloid.js | 4 ++-- commands/randomimg/xiaopai.js | 4 ++-- commands/response/8ball.js | 4 ++-- commands/response/choose.js | 4 ++-- commands/response/coin.js | 4 ++-- commands/response/compliment.js | 4 ++-- commands/response/factcore.js | 4 ++-- commands/response/fishy.js | 4 ++-- commands/response/fortune.js | 4 ++-- commands/response/name.js | 4 ++-- commands/response/offspring.js | 4 ++-- commands/response/quantumcoin.js | 4 ++-- commands/response/ratewaifu.js | 4 ++-- commands/response/roast.js | 4 ++-- commands/response/roll.js | 4 ++-- commands/response/roulette.js | 4 ++-- commands/response/ship.js | 4 ++-- commands/roleplay/cuddle.js | 4 ++-- commands/roleplay/divorce.js | 4 ++-- commands/roleplay/eat.js | 4 ++-- commands/roleplay/falconpunch.js | 4 ++-- commands/roleplay/fistbump.js | 4 ++-- commands/roleplay/highfive.js | 4 ++-- commands/roleplay/hitwithshovel.js | 4 ++-- commands/roleplay/hug.js | 4 ++-- commands/roleplay/inhales.js | 4 ++-- commands/roleplay/kill.js | 4 ++-- commands/roleplay/kiss.js | 4 ++-- commands/roleplay/marries.js | 4 ++-- commands/roleplay/pat.js | 4 ++-- commands/roleplay/poke.js | 4 ++-- commands/roleplay/punch.js | 4 ++-- commands/roleplay/slap.js | 4 ++-- commands/search/botinfo.js | 4 ++-- commands/search/define.js | 4 ++-- commands/search/discrim.js | 4 ++-- commands/search/forecast.js | 4 ++-- commands/search/google.js | 4 ++-- commands/search/imdb.js | 4 ++-- commands/search/map.js | 4 ++-- commands/search/neopet.js | 4 ++-- commands/search/osu.js | 4 ++-- commands/search/soundcloud.js | 4 ++-- commands/search/urban.js | 4 ++-- commands/search/wattpad.js | 4 ++-- commands/search/weather.js | 4 ++-- commands/search/wikipedia.js | 4 ++-- commands/search/youtube.js | 4 ++-- commands/search/yugioh.js | 4 ++-- commands/textedit/binary.js | 4 ++-- commands/textedit/cowsay.js | 4 ++-- commands/textedit/embed.js | 4 ++-- commands/textedit/morse.js | 4 ++-- commands/textedit/pirate.js | 4 ++-- commands/textedit/reverse.js | 4 ++-- commands/textedit/say.js | 4 ++-- commands/textedit/temmie.js | 4 ++-- commands/textedit/upsidedown.js | 4 ++-- commands/textedit/webhook.js | 4 ++-- commands/textedit/zalgo.js | 4 ++-- commands/userinfo/avatar.js | 4 ++-- commands/userinfo/userinfo.js | 4 ++-- commands/util/info.js | 4 ++-- commands/util/invite.js | 4 ++-- commands/util/shardinfo.js | 4 ++-- commands/util/uptime.js | 4 ++-- package.json | 2 +- 101 files changed, 201 insertions(+), 201 deletions(-) diff --git a/commands/avataredit/3000years.js b/commands/avataredit/3000years.js index 54cdff05..6f000780 100644 --- a/commands/avataredit/3000years.js +++ b/commands/avataredit/3000years.js @@ -10,8 +10,8 @@ module.exports = class YearsCommand extends Command { ], group: 'avataredit', memberName: '3000years', - description: 'It\'s been 3000 years... (;3000years @User)', - examples: [';3000years @user'], + description: 'It\'s been 3000 years... (x;3000years @User)', + examples: ['x;3000years @user'], 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 b7bfc48f..31acb4ae 100644 --- a/commands/avataredit/beautiful.js +++ b/commands/avataredit/beautiful.js @@ -10,8 +10,8 @@ module.exports = class BeautifulCommand extends Command { ], group: 'avataredit', memberName: 'beautiful', - description: 'Oh, this? This is beautiful. (;beautiful @User)', - examples: [';beautiful @User'], + description: 'Oh, this? This is beautiful. (x;beautiful @User)', + examples: ['x;beautiful @User'], 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 8735c561..71307cfe 100644 --- a/commands/avataredit/bobross.js +++ b/commands/avataredit/bobross.js @@ -11,8 +11,8 @@ module.exports = class BobRossCommand extends Command { ], group: 'avataredit', memberName: 'bobross', - description: 'Make Bob Ross draw your avatar. (;bobross @User)', - examples: [';bobross @User'], + description: 'Make Bob Ross draw your avatar. (x;bobross @User)', + examples: ['x;bobross @User'], 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 9a9af2be..554b03b7 100644 --- a/commands/avataredit/rip.js +++ b/commands/avataredit/rip.js @@ -11,8 +11,8 @@ module.exports = class RIPCommand extends Command { ], group: 'avataredit', memberName: 'rip', - description: 'Puts a profile picture over a gravestone. (;rip @User)', - examples: [';rip @User'], + description: 'Puts a profile picture over a gravestone. (x;rip @User)', + examples: ['x;rip @User'], 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 67cc1274..3cffb864 100644 --- a/commands/avataredit/steamcard.js +++ b/commands/avataredit/steamcard.js @@ -10,8 +10,8 @@ module.exports = class SteamCardCommand extends Command { ], group: 'avataredit', memberName: 'steamcard', - description: 'Put an avatar on a Steam Card. (;steamcard @User)', - examples: [';steamcard @user'], + description: 'Put an avatar on a Steam Card. (x;steamcard @User)', + examples: ['x;steamcard @user'], 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 d0e5dfed..525a9234 100644 --- a/commands/games/lottery.js +++ b/commands/games/lottery.js @@ -6,8 +6,8 @@ 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? (;lottery)', - examples: [';lottery'] + description: '1 in 100 Chance of Winning. Winners get... The feeling of winning? (x;lottery)', + examples: ['x;lottery'] }); } diff --git a/commands/games/mathgame.js b/commands/games/mathgame.js index e2282cdc..f9f9be8b 100644 --- a/commands/games/mathgame.js +++ b/commands/games/mathgame.js @@ -8,8 +8,8 @@ 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. (;mathgame easy)', - examples: [';mathgame easy', ';mathgame medium', ';mathgame hard', ';mathgame extreme'], + 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'], 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 379c3060..f1c441a7 100644 --- a/commands/games/quiz.js +++ b/commands/games/quiz.js @@ -11,8 +11,8 @@ module.exports = class QuizCommand extends Command { ], group: 'games', memberName: 'quiz', - description: 'Answer a quiz question. (;quiz)', - examples: [';quiz'] + description: 'Answer a quiz question. (x;quiz)', + examples: ['x;quiz'] }); } diff --git a/commands/games/rockpaperscissors.js b/commands/games/rockpaperscissors.js index bb42e713..dfe13c53 100644 --- a/commands/games/rockpaperscissors.js +++ b/commands/games/rockpaperscissors.js @@ -9,8 +9,8 @@ module.exports = class RockPaperScissorsCommand extends Command { ], group: 'games', memberName: 'rps', - description: 'Play Rock Paper Scissors (;rps Rock)', - examples: [';rps Rock'], + description: 'Play Rock Paper Scissors (x;rps Rock)', + examples: ['x;rps Rock'], args: [{ key: 'choice', prompt: 'Rock, Paper, or Scissors?', diff --git a/commands/games/slots.js b/commands/games/slots.js index 86096f7b..1ad59786 100644 --- a/commands/games/slots.js +++ b/commands/games/slots.js @@ -6,8 +6,8 @@ module.exports = class SlotsCommand extends Command { name: 'slots', group: 'games', memberName: 'slots', - description: 'Play slots. (;slots)', - examples: [';slots'] + description: 'Play slots. (x;slots)', + examples: ['x;slots'] }); } diff --git a/commands/games/typinggame.js b/commands/games/typinggame.js index d2809404..78557d72 100644 --- a/commands/games/typinggame.js +++ b/commands/games/typinggame.js @@ -7,8 +7,8 @@ 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. (;typinggame easy)', - examples: [';typinggame easy', ';typinggame medium', ';typinggame hard', ';typinggame extreme'], + 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'], 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 3096d186..f168f05e 100644 --- a/commands/guildinfo/emoji.js +++ b/commands/guildinfo/emoji.js @@ -11,8 +11,8 @@ module.exports = class EmojiCommand extends Command { ], group: 'guildinfo', memberName: 'emoji', - description: 'Gives a list of the current server\'s emoji. (;emoji)', - examples: [';emoji'], + description: 'Gives a list of the current server\'s emoji. (x;emoji)', + examples: ['x;emoji'], guildOnly: true }); } diff --git a/commands/guildinfo/guildinfo.js b/commands/guildinfo/guildinfo.js index 4fb534dd..f159f14a 100644 --- a/commands/guildinfo/guildinfo.js +++ b/commands/guildinfo/guildinfo.js @@ -14,8 +14,8 @@ module.exports = class GuildInfoCommand extends Command { ], group: 'guildinfo', memberName: 'server', - description: 'Gives some info on the current server. (;server)', - examples: [';server'], + description: 'Gives some info on the current server. (x;server)', + examples: ['x;server'], guildOnly: true }); } diff --git a/commands/imageedit/meme.js b/commands/imageedit/meme.js index 69bb0eb6..8f4b3e50 100644 --- a/commands/imageedit/meme.js +++ b/commands/imageedit/meme.js @@ -10,9 +10,9 @@ 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. (;meme facepalm "I can\'t even" "comprehend this")', + description: 'Sends a Meme with text of your choice, and a background of your choice. (x;meme facepalm "I can\'t even" "comprehend this")', details: '**Codes:** tenguy, afraid, older, aag, tried, biw, blb, kermit, bd, ch, cbg, wonka, cb, keanu, dsm, live, ants, doge, alwaysonbeat, ermg, facepalm, fwp, fa, fbf, fry, hipster, icanhas, crazypills, mw, noidea, regret, boat, hagrid, sohappy, captain, inigo, iw, ackbar, happening, joker, ive, ll, morpheus, mb, badchoice, mmm, jetpack, red, mordor, oprah, oag, remembers, philosoraptor, jw, patrick, rollsafe, sad-obama, sad-clinton, sadfrog, sad-bush, sad-biden, sad-boehner, saltbae, sarcasticbear, dwight, sb, ss, sf, dodgson, money, sohot, nice, awesome-awkward, awesome, awkward-awesome, awkward, fetch, success, scc, ski, officespace, interesting, toohigh, bs, center, both, winter, xy, buzz, yodawg, uno, yallgot, bad, elf, chosen', - examples: [';meme facepalm "I can\'t even" "comprehend this"'], + examples: ['x;meme facepalm "I can\'t even" "comprehend this"'], args: [{ key: 'type', prompt: 'What meme type do you want to use?', diff --git a/commands/moderation/ban.js b/commands/moderation/ban.js index a412f9b4..bd3db5d2 100644 --- a/commands/moderation/ban.js +++ b/commands/moderation/ban.js @@ -10,8 +10,8 @@ module.exports = class BanCommand extends Command { ], group: 'moderation', memberName: 'ban', - description: 'Bans a user. (;ban @User being a jerk.)', - examples: [';ban @User being a jerk.'], + description: 'Bans a user. (x;ban @User being a jerk.)', + examples: ['x;ban @User being a jerk.'], guildOnly: true, args: [{ key: 'member', diff --git a/commands/moderation/kick.js b/commands/moderation/kick.js index 978e4b2b..0e37498c 100644 --- a/commands/moderation/kick.js +++ b/commands/moderation/kick.js @@ -7,8 +7,8 @@ module.exports = class KickCommand extends Command { name: 'kick', group: 'moderation', memberName: 'kick', - description: 'Kicks a user. (;kick @User being a jerk.)', - examples: [';kick @User being a jerk.'], + description: 'Kicks a user. (x;kick @User being a jerk.)', + examples: ['x;kick @User being a jerk.'], guildOnly: true, args: [{ key: 'member', diff --git a/commands/moderation/lockdown.js b/commands/moderation/lockdown.js index c1a5fe47..30ddaf5b 100644 --- a/commands/moderation/lockdown.js +++ b/commands/moderation/lockdown.js @@ -6,8 +6,8 @@ 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. (;lockdown start)', - examples: [';lockdown start', ';lockdown stop'], + 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'], guildOnly: true, args: [{ key: 'type', diff --git a/commands/moderation/prune.js b/commands/moderation/prune.js index 3ad52ee2..772bbd98 100644 --- a/commands/moderation/prune.js +++ b/commands/moderation/prune.js @@ -14,8 +14,8 @@ module.exports = class PruneCommand extends Command { ], group: 'moderation', memberName: 'prune', - description: 'Deletes a defined number of messages from the current channel, up to 99. (;prune 45)', - examples: [';prune 45'], + description: 'Deletes a defined number of messages from the current channel, up to 99. (x;prune 45)', + examples: ['x;prune 45'], guildOnly: true, throttling: { usages: 1, diff --git a/commands/moderation/unban.js b/commands/moderation/unban.js index 9c6a72c7..25a556d8 100644 --- a/commands/moderation/unban.js +++ b/commands/moderation/unban.js @@ -10,8 +10,8 @@ module.exports = class UnbanCommand extends Command { ], group: 'moderation', memberName: 'unban', - description: 'Unbans a user. (;unban USERID not being a jerk.)', - examples: [';unban USERID not being a jerk.'], + description: 'Unbans a user. (x;unban USERID not being a jerk.)', + examples: ['x;unban USERID not being a jerk.'], guildOnly: true, args: [{ key: 'memberID', diff --git a/commands/moderation/warn.js b/commands/moderation/warn.js index 0b868d8c..75a35b93 100644 --- a/commands/moderation/warn.js +++ b/commands/moderation/warn.js @@ -7,8 +7,8 @@ module.exports = class WarnCommand extends Command { name: 'warn', group: 'moderation', memberName: 'warn', - description: 'Warns a user. (;warn @User being a jerk)', - examples: [';warn @User being a jerk.'], + description: 'Warns a user. (x;warn @User being a jerk)', + examples: ['x;warn @User being a jerk.'], guildOnly: true, args: [{ key: 'member', diff --git a/commands/random/canyounot.js b/commands/random/canyounot.js index d87dd149..98d21b4b 100644 --- a/commands/random/canyounot.js +++ b/commands/random/canyounot.js @@ -6,8 +6,8 @@ module.exports = class CanYouNotCommand extends Command { name: 'canyounot', group: 'random', memberName: 'canyounot', - description: 'Can YOU not? (;canyounot)', - examples: [';canyounot'] + description: 'Can YOU not? (x;canyounot)', + examples: ['x;canyounot'] }); } diff --git a/commands/random/giveflower.js b/commands/random/giveflower.js index 7035e347..2e798067 100644 --- a/commands/random/giveflower.js +++ b/commands/random/giveflower.js @@ -10,8 +10,8 @@ module.exports = class GiveFlowerCommand extends Command { ], group: 'random', memberName: 'giveflower', - description: 'Gives Xiao Pai a flower. (;giveflower)', - examples: [';giveflower'] + description: 'Gives Xiao Pai a flower. (x;giveflower)', + examples: ['x;giveflower'] }); } diff --git a/commands/random/lenny.js b/commands/random/lenny.js index d9685a7b..19f687bf 100644 --- a/commands/random/lenny.js +++ b/commands/random/lenny.js @@ -6,8 +6,8 @@ module.exports = class LennyCommand extends Command { name: 'lenny', group: 'random', memberName: 'lenny', - description: 'Responds with the lenny face. (;lenny)', - examples: [';lenny'] + description: 'Responds with the lenny face. (x;lenny)', + examples: ['x;lenny'] }); } diff --git a/commands/random/math.js b/commands/random/math.js index db7cbeb1..b4cc54f9 100644 --- a/commands/random/math.js +++ b/commands/random/math.js @@ -13,8 +13,8 @@ module.exports = class MathCommand extends Command { ], group: 'random', memberName: 'math', - description: 'Does Math (;math 2 + 2)', - examples: [';math 2 + 2'], + description: 'Does Math (x;math 2 + 2)', + examples: ['x;math 2 + 2'], args: [{ key: 'expression', prompt: 'What do you want to answer?', diff --git a/commands/random/motivate.js b/commands/random/motivate.js index f2438dc7..17403128 100644 --- a/commands/random/motivate.js +++ b/commands/random/motivate.js @@ -10,8 +10,8 @@ module.exports = class MotivateCommand extends Command { ], group: 'random', memberName: 'motivate', - description: 'Motivates someone. (;motivate @User)', - examples: [';motivate @User'], + description: 'Motivates someone. (x;motivate @User)', + examples: ['x;motivate @User'], args: [{ key: 'thing', prompt: 'What do you want to motivate?', diff --git a/commands/random/nitro.js b/commands/random/nitro.js index 4dc505b9..0ecf09da 100644 --- a/commands/random/nitro.js +++ b/commands/random/nitro.js @@ -7,8 +7,8 @@ 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. (;nitro)', - examples: [';nitro'] + description: 'Sends a "This Message Can Only be viewed by Nitro Members" message. (x;nitro)', + examples: ['x;nitro'] }); } diff --git a/commands/random/slowclap.js b/commands/random/slowclap.js index cd6992b9..a5e73ad9 100644 --- a/commands/random/slowclap.js +++ b/commands/random/slowclap.js @@ -6,8 +6,8 @@ module.exports = class SlowClapCommand extends Command { name: 'slowclap', group: 'random', memberName: 'slowclap', - description: '*Slow Clap*. (;slowclap)', - examples: [';slowclap'] + description: '*Slow Clap*. (x;slowclap)', + examples: ['x;slowclap'] }); } diff --git a/commands/random/spam.js b/commands/random/spam.js index bd4edfd8..93ba238b 100644 --- a/commands/random/spam.js +++ b/commands/random/spam.js @@ -6,8 +6,8 @@ module.exports = class SpamCommand extends Command { name: 'spam', group: 'random', memberName: 'spam', - description: 'Puts a picture of Spam. (;spam)', - examples: [';spam'] + description: 'Puts a picture of Spam. (x;spam)', + examples: ['x;spam'] }); } diff --git a/commands/random/strawpoll.js b/commands/random/strawpoll.js index 13aab58c..56fb6d7c 100644 --- a/commands/random/strawpoll.js +++ b/commands/random/strawpoll.js @@ -11,8 +11,8 @@ module.exports = class StrawpollCommand extends Command { ], group: 'random', memberName: 'strawpoll', - description: 'Creates a Strawpoll with your options. (;strawpoll "Who likes chips?" "Me" "Not Me")', - examples: [';strawpoll "Who likes chips?" "Me" "Not Me"'], + description: 'Creates a Strawpoll with your options. (x;strawpoll "Who likes chips?" "Me" "Not Me")', + examples: ['x;strawpoll "Who likes chips?" "Me" "Not Me"'], 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 fa27c4ec..1e47f0ce 100644 --- a/commands/random/today.js +++ b/commands/random/today.js @@ -11,8 +11,8 @@ module.exports = class TodayCommand extends Command { ], group: 'random', memberName: 'today', - description: 'Tells you what happened today. (;today)', - examples: [';today'] + description: 'Tells you what happened today. (x;today)', + examples: ['x;today'] }); } diff --git a/commands/random/wouldyourather.js b/commands/random/wouldyourather.js index a1d7bb7d..cfe94600 100644 --- a/commands/random/wouldyourather.js +++ b/commands/random/wouldyourather.js @@ -12,8 +12,8 @@ module.exports = class WouldYouRatherCommand extends Command { ], group: 'random', memberName: 'wouldyourather', - description: 'Gets a random would you rather question. (;wouldyourather)', - examples: [';wouldyourather'] + description: 'Gets a random would you rather question. (x;wouldyourather)', + examples: ['x;wouldyourather'] }); } diff --git a/commands/randomimg/cat.js b/commands/randomimg/cat.js index 906f138a..9588594d 100644 --- a/commands/randomimg/cat.js +++ b/commands/randomimg/cat.js @@ -6,8 +6,8 @@ module.exports = class CatCommand extends Command { name: 'cat', group: 'randomimg', memberName: 'cat', - description: 'Sends a random cat picture. (;cat)', - examples: [';cat'] + description: 'Sends a random cat picture. (x;cat)', + examples: ['x;cat'] }); } diff --git a/commands/randomimg/potato.js b/commands/randomimg/potato.js index e35c04e4..8bbfef0e 100644 --- a/commands/randomimg/potato.js +++ b/commands/randomimg/potato.js @@ -9,8 +9,8 @@ module.exports = class PotatoCommand extends Command { ], group: 'randomimg', memberName: 'potato', - description: 'Sends a random Potato picture. (;potato)', - examples: [';potato'] + description: 'Sends a random Potato picture. (x;potato)', + examples: ['x;potato'] }); } diff --git a/commands/randomimg/pun.js b/commands/randomimg/pun.js index 37dfa4f3..20e580db 100644 --- a/commands/randomimg/pun.js +++ b/commands/randomimg/pun.js @@ -6,8 +6,8 @@ module.exports = class RandomPunCommand extends Command { name: 'pun', group: 'randomimg', memberName: 'pun', - description: 'Sends a random pun image. (;pun)', - examples: [';pun'] + description: 'Sends a random pun image. (x;pun)', + examples: ['x;pun'] }); } diff --git a/commands/randomimg/vocaloid.js b/commands/randomimg/vocaloid.js index dbb7b912..2e8f8d30 100644 --- a/commands/randomimg/vocaloid.js +++ b/commands/randomimg/vocaloid.js @@ -9,8 +9,8 @@ module.exports = class VocaloidCommand extends Command { ], group: 'randomimg', memberName: 'vocaloid', - description: 'Sends a random VOCALOID song. (;vocaloid)', - examples: [';vocaloid'] + description: 'Sends a random VOCALOID song. (x;vocaloid)', + examples: ['x;vocaloid'] }); } diff --git a/commands/randomimg/xiaopai.js b/commands/randomimg/xiaopai.js index 2ad29710..eb31f032 100644 --- a/commands/randomimg/xiaopai.js +++ b/commands/randomimg/xiaopai.js @@ -9,8 +9,8 @@ module.exports = class XiaoCommand extends Command { ], group: 'randomimg', memberName: 'xiaopai', - description: 'Sends a random image of Xiao Pai. (;xiaopai)', - examples: [';xiaopai'] + description: 'Sends a random image of Xiao Pai. (x;xiaopai)', + examples: ['x;xiaopai'] }); } diff --git a/commands/response/8ball.js b/commands/response/8ball.js index ab049f9a..a99012dd 100644 --- a/commands/response/8ball.js +++ b/commands/response/8ball.js @@ -6,8 +6,8 @@ module.exports = class MagicBallCommand extends Command { name: '8ball', group: 'response', memberName: '8ball', - description: 'Predicts your future. (;8ball Am I stupid?)', - examples: [';8ball Am I stupid?'], + description: 'Predicts your future. (x;8ball Am I stupid?)', + examples: ['x;8ball Am I stupid?'], 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 e015548a..fe10455f 100644 --- a/commands/response/choose.js +++ b/commands/response/choose.js @@ -9,8 +9,8 @@ module.exports = class ChooseCommand extends Command { ], group: 'response', memberName: 'choose', - description: 'Chooses between things. (;choose "Cow" "Sheep")', - examples: [';choose "Cow" "Sheep"', ';choose "Bark" "Woof" "Meow" "Moo"'], + description: 'Chooses between things. (x;choose "Cow" "Sheep")', + examples: ['x;choose "Cow" "Sheep"', 'x;choose "Bark" "Woof" "Meow" "Moo"'], 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 b6316691..09a27af3 100644 --- a/commands/response/coin.js +++ b/commands/response/coin.js @@ -10,8 +10,8 @@ module.exports = class CoinFlipCommand extends Command { ], group: 'response', memberName: 'coin', - description: 'Flips a coin. (;coin)', - examples: [';coin'] + description: 'Flips a coin. (x;coin)', + examples: ['x;coin'] }); } diff --git a/commands/response/compliment.js b/commands/response/compliment.js index bbbc69eb..a3613109 100644 --- a/commands/response/compliment.js +++ b/commands/response/compliment.js @@ -6,8 +6,8 @@ module.exports = class ComplimentCommand extends Command { name: 'compliment', group: 'response', memberName: 'compliment', - description: 'Compliments the user of your choice. (;compliment @User)', - examples: [';compliment @User'], + description: 'Compliments the user of your choice. (x;compliment @User)', + examples: ['x;compliment @User'], args: [{ key: 'thing', prompt: 'What do you want to compliment?', diff --git a/commands/response/factcore.js b/commands/response/factcore.js index 91be55ed..b61fdadb 100644 --- a/commands/response/factcore.js +++ b/commands/response/factcore.js @@ -6,8 +6,8 @@ module.exports = class FactCoreCommand extends Command { name: 'factcore', group: 'response', memberName: 'factcore', - description: 'Says a random Fact Core quote. (;factcore)', - examples: [';factcore'] + description: 'Says a random Fact Core quote. (x;factcore)', + examples: ['x;factcore'] }); } diff --git a/commands/response/fishy.js b/commands/response/fishy.js index 562006ac..a7b68090 100644 --- a/commands/response/fishy.js +++ b/commands/response/fishy.js @@ -10,8 +10,8 @@ module.exports = class FishyCommand extends Command { ], group: 'response', memberName: 'fishy', - description: 'Catches a fish. (;fishy)', - examples: [';fishy'] + description: 'Catches a fish. (x;fishy)', + examples: ['x;fishy'] }); } diff --git a/commands/response/fortune.js b/commands/response/fortune.js index 48d44759..d67a938d 100644 --- a/commands/response/fortune.js +++ b/commands/response/fortune.js @@ -9,8 +9,8 @@ module.exports = class FortuneCookieCommand extends Command { ], group: 'response', memberName: 'fortune', - description: 'Fortune Cookie. (;fortune)', - examples: [';fortune'] + description: 'Fortune Cookie. (x;fortune)', + examples: ['x;fortune'] }); } diff --git a/commands/response/name.js b/commands/response/name.js index e007ff06..5d8b3506 100644 --- a/commands/response/name.js +++ b/commands/response/name.js @@ -10,8 +10,8 @@ module.exports = class RandomNameCommand extends Command { ], group: 'response', memberName: 'name', - description: 'Generates a random name (;name Male)', - examples: [';name', ';name male', ';name female'], + description: 'Generates a random name (x;name Male)', + examples: ['x;name', 'x;name male', 'x;name female'], 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 57fca0fe..cf1a5bb9 100644 --- a/commands/response/offspring.js +++ b/commands/response/offspring.js @@ -10,8 +10,8 @@ module.exports = class OffspringCommand extends Command { ], group: 'response', memberName: 'offspring', - description: 'Tells you if your new child is a boy or a girl. (;offspring)', - examples: [';offspring'] + description: 'Tells you if your new child is a boy or a girl. (x;offspring)', + examples: ['x;offspring'] }); } diff --git a/commands/response/quantumcoin.js b/commands/response/quantumcoin.js index 73e8414d..8e9cbe05 100644 --- a/commands/response/quantumcoin.js +++ b/commands/response/quantumcoin.js @@ -11,8 +11,8 @@ module.exports = class QuantumCoinCommand extends Command { ], group: 'response', memberName: 'quantumcoin', - description: 'Flips a coin that lands on nothing. (;quantumcoin)', - examples: [';quantumcoin'] + description: 'Flips a coin that lands on nothing. (x;quantumcoin)', + examples: ['x;quantumcoin'] }); } diff --git a/commands/response/ratewaifu.js b/commands/response/ratewaifu.js index 5d0e638c..5405d3ba 100644 --- a/commands/response/ratewaifu.js +++ b/commands/response/ratewaifu.js @@ -9,8 +9,8 @@ module.exports = class RateWaifuCommand extends Command { ], group: 'response', memberName: 'ratewaifu', - description: 'Rates your Waifu. (;ratewaifu Xiao Pai)', - examples: [';ratewaifu Xiao Pai'], + description: 'Rates your Waifu. (x;ratewaifu Xiao Pai)', + examples: ['x;ratewaifu Xiao Pai'], args: [{ key: 'waifu', prompt: 'Who do you want to rate?', diff --git a/commands/response/roast.js b/commands/response/roast.js index a99f3e48..f32640e8 100644 --- a/commands/response/roast.js +++ b/commands/response/roast.js @@ -9,8 +9,8 @@ module.exports = class RoastCommand extends Command { ], group: 'response', memberName: 'roast', - description: 'Roasts the user of your choice. (;roast @User)', - examples: [';roast @username'], + description: 'Roasts the user of your choice. (x;roast @User)', + examples: ['x;roast @username'], args: [{ key: 'thing', prompt: 'What do you want to roast?', diff --git a/commands/response/roll.js b/commands/response/roll.js index 5f5906af..a8f1eda8 100644 --- a/commands/response/roll.js +++ b/commands/response/roll.js @@ -10,8 +10,8 @@ module.exports = class RollCommand extends Command { ], group: 'response', memberName: 'roll', - description: 'Rolls a Dice of your choice. (;roll 6)', - examples: [';roll 6'], + description: 'Rolls a Dice of your choice. (x;roll 6)', + examples: ['x;roll 6'], 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 f93ba4dd..536c5f1f 100644 --- a/commands/response/roulette.js +++ b/commands/response/roulette.js @@ -12,8 +12,8 @@ module.exports = class RouletteCommand extends Command { ], group: 'response', memberName: 'roulette', - description: 'Chooses a random member. (;roulette Who is the best?)', - examples: [';roulette Who is the best?'], + description: 'Chooses a random member. (x;roulette Who is the best?)', + examples: ['x;roulette Who is the best?'], guildOnly: true }); } diff --git a/commands/response/ship.js b/commands/response/ship.js index 0df34e92..ee68cbfa 100644 --- a/commands/response/ship.js +++ b/commands/response/ship.js @@ -9,8 +9,8 @@ module.exports = class ShipCommand extends Command { ], group: 'response', memberName: 'ship', - description: 'Ships two people. (;ship @Rem and @Nate)', - examples: [';ship @Rem and @Nate'], + description: 'Ships two people. (x;ship @Rem and @Nate)', + examples: ['x;ship @Rem and @Nate'], args: [{ key: 'things', prompt: 'What do you want to ship together?', diff --git a/commands/roleplay/cuddle.js b/commands/roleplay/cuddle.js index 463e4380..966bab96 100644 --- a/commands/roleplay/cuddle.js +++ b/commands/roleplay/cuddle.js @@ -6,8 +6,8 @@ module.exports = class CuddleCommand extends Command { name: 'cuddle', group: 'roleplay', memberName: 'cuddle', - description: 'Cuddles someone. (;cuddle @User)', - examples: [';cuddle @User'], + description: 'Cuddles someone. (x;cuddle @User)', + examples: ['x;cuddle @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/divorce.js b/commands/roleplay/divorce.js index d8ea1fe0..48db2729 100644 --- a/commands/roleplay/divorce.js +++ b/commands/roleplay/divorce.js @@ -6,8 +6,8 @@ module.exports = class DivorceCommand extends Command { name: 'divorce', group: 'roleplay', memberName: 'divorce', - description: 'Divorces someone. (;divorce @User)', - examples: [';divorce @User'], + description: 'Divorces someone. (x;divorce @User)', + examples: ['x;divorce @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/eat.js b/commands/roleplay/eat.js index dacc9891..41dda883 100644 --- a/commands/roleplay/eat.js +++ b/commands/roleplay/eat.js @@ -6,8 +6,8 @@ module.exports = class EatCommand extends Command { name: 'eat', group: 'roleplay', memberName: 'eat', - description: 'Eats something/someone. (;eat @User)', - examples: [';eat @User'], + description: 'Eats something/someone. (x;eat @User)', + examples: ['x;eat @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/falconpunch.js b/commands/roleplay/falconpunch.js index 9042cb32..7ba8990e 100644 --- a/commands/roleplay/falconpunch.js +++ b/commands/roleplay/falconpunch.js @@ -6,8 +6,8 @@ module.exports = class FalconPunchCommand extends Command { name: 'falconpunch', group: 'roleplay', memberName: 'falconpunch', - description: 'Falcon Punches someone. (;falconpunch @User)', - examples: [';falconpunch @User'], + description: 'Falcon Punches someone. (x;falconpunch @User)', + examples: ['x;falconpunch @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/fistbump.js b/commands/roleplay/fistbump.js index c34b7e79..548e1138 100644 --- a/commands/roleplay/fistbump.js +++ b/commands/roleplay/fistbump.js @@ -6,8 +6,8 @@ module.exports = class FistBumpCommand extends Command { name: 'fistbump', group: 'roleplay', memberName: 'fistbump', - description: 'Fistbumps someone. (;fistbump @User)', - examples: [';fistbump @User'], + description: 'Fistbumps someone. (x;fistbump @User)', + examples: ['x;fistbump @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/highfive.js b/commands/roleplay/highfive.js index a4930245..bff5bcb6 100644 --- a/commands/roleplay/highfive.js +++ b/commands/roleplay/highfive.js @@ -6,8 +6,8 @@ module.exports = class HighFivesCommand extends Command { name: 'highfive', group: 'roleplay', memberName: 'highfive', - description: 'High Fives someone. (;highfive @User)', - examples: [';highfive @User'], + description: 'High Fives someone. (x;highfive @User)', + examples: ['x;highfive @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/hitwithshovel.js b/commands/roleplay/hitwithshovel.js index af5b19d3..a9053350 100644 --- a/commands/roleplay/hitwithshovel.js +++ b/commands/roleplay/hitwithshovel.js @@ -6,8 +6,8 @@ module.exports = class HitwithShovelCommand extends Command { name: 'hitwithshovel', group: 'roleplay', memberName: 'hitwithsovel', - description: 'Hits someone with a shovel. (;hitwithshovel @User)', - examples: [';hitwithshovel @User'], + description: 'Hits someone with a shovel. (x;hitwithshovel @User)', + examples: ['x;hitwithshovel @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/hug.js b/commands/roleplay/hug.js index b76e84bc..82548d3c 100644 --- a/commands/roleplay/hug.js +++ b/commands/roleplay/hug.js @@ -6,8 +6,8 @@ module.exports = class HugCommand extends Command { name: 'hug', group: 'roleplay', memberName: 'hug', - description: 'Hugs someone. (;hug @User)', - examples: [';hug @User'], + description: 'Hugs someone. (x;hug @User)', + examples: ['x;hug @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/inhales.js b/commands/roleplay/inhales.js index 735f5698..34423429 100644 --- a/commands/roleplay/inhales.js +++ b/commands/roleplay/inhales.js @@ -6,8 +6,8 @@ module.exports = class InhaleCommand extends Command { name: 'inhale', group: 'roleplay', memberName: 'inhale', - description: 'Inhales someone. (;inhale @User)', - examples: [';inhale @User'], + description: 'Inhales someone. (x;inhale @User)', + examples: ['x;inhale @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/kill.js b/commands/roleplay/kill.js index 047328d7..89a9a67f 100644 --- a/commands/roleplay/kill.js +++ b/commands/roleplay/kill.js @@ -6,8 +6,8 @@ module.exports = class KillCommand extends Command { name: 'kill', group: 'roleplay', memberName: 'kill', - description: 'Kills someone. (;kill @User)', - examples: [';kill @User'], + description: 'Kills someone. (x;kill @User)', + examples: ['x;kill @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/kiss.js b/commands/roleplay/kiss.js index 75b29c0b..a33277b2 100644 --- a/commands/roleplay/kiss.js +++ b/commands/roleplay/kiss.js @@ -6,8 +6,8 @@ module.exports = class KissCommand extends Command { name: 'kiss', group: 'roleplay', memberName: 'kiss', - description: 'Kisses someone. (;kiss @User)', - examples: [';kiss @User'], + description: 'Kisses someone. (x;kiss @User)', + examples: ['x;kiss @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/marries.js b/commands/roleplay/marries.js index 4389dd90..3010d6d2 100644 --- a/commands/roleplay/marries.js +++ b/commands/roleplay/marries.js @@ -6,8 +6,8 @@ module.exports = class MarryCommand extends Command { name: 'marry', group: 'roleplay', memberName: 'marry', - description: 'Marries someone. (;marry @User)', - examples: [';marry @User'], + description: 'Marries someone. (x;marry @User)', + examples: ['x;marry @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/pat.js b/commands/roleplay/pat.js index e236e255..a0a52ccf 100644 --- a/commands/roleplay/pat.js +++ b/commands/roleplay/pat.js @@ -6,8 +6,8 @@ module.exports = class PatCommand extends Command { name: 'pat', group: 'roleplay', memberName: 'pat', - description: 'Pats someone. (;pat @User)', - examples: [';pat @User'], + description: 'Pats someone. (x;pat @User)', + examples: ['x;pat @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/poke.js b/commands/roleplay/poke.js index 5e2670a9..0970460c 100644 --- a/commands/roleplay/poke.js +++ b/commands/roleplay/poke.js @@ -6,8 +6,8 @@ module.exports = class PokeCommand extends Command { name: 'poke', group: 'roleplay', memberName: 'poke', - description: 'Pokes someone. (;poke @User)', - examples: [';poke @User'], + description: 'Pokes someone. (x;poke @User)', + examples: ['x;poke @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/punch.js b/commands/roleplay/punch.js index eda8d06a..6ef2a910 100644 --- a/commands/roleplay/punch.js +++ b/commands/roleplay/punch.js @@ -6,8 +6,8 @@ module.exports = class PunchCommand extends Command { name: 'punch', group: 'roleplay', memberName: 'punch', - description: 'Punches someone. (;punch @User)', - examples: [';punch @User'], + description: 'Punches someone. (x;punch @User)', + examples: ['x;punch @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/roleplay/slap.js b/commands/roleplay/slap.js index fa72d3e6..34741696 100644 --- a/commands/roleplay/slap.js +++ b/commands/roleplay/slap.js @@ -6,8 +6,8 @@ module.exports = class SlapCommand extends Command { name: 'slap', group: 'roleplay', memberName: 'slap', - description: 'Slaps someone. (;slap @User)', - examples: [';slap @User'], + description: 'Slaps someone. (x;slap @User)', + examples: ['x;slap @User'], args: [{ key: 'thing', prompt: 'What do you want to roleplay with?', diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index 29b3b208..8a00fcc4 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -12,8 +12,8 @@ module.exports = class BotSearchCommand extends Command { ], group: 'search', memberName: 'botinfo', - description: 'Searches Discord Bots for info on a bot. (;botinfo @Bot)', - examples: [';botinfo @Bot'], + description: 'Searches Discord Bots for info on a bot. (x;botinfo @Bot)', + examples: ['x;botinfo @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 37fc9e49..99a6c92e 100644 --- a/commands/search/define.js +++ b/commands/search/define.js @@ -14,8 +14,8 @@ module.exports = class DefineCommand extends Command { ], group: 'search', memberName: 'define', - description: 'Defines a word. (;define Cat)', - examples: [';define Cat'], + description: 'Defines a word. (x;define Cat)', + examples: ['x;define Cat'], args: [{ key: 'word', prompt: 'What would you like to define?', diff --git a/commands/search/discrim.js b/commands/search/discrim.js index 3f7084c9..601dbf9d 100644 --- a/commands/search/discrim.js +++ b/commands/search/discrim.js @@ -11,8 +11,8 @@ module.exports = class DiscrimCommand extends Command { ], group: 'search', memberName: 'discrim', - description: 'Searches the server for a certain discriminator. (;discrim 8081)', - examples: [';discrim 8081'], + description: 'Searches the server for a certain discriminator. (x;discrim 8081)', + examples: ['x;discrim 8081'], 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 f1d134e6..0b1709d8 100644 --- a/commands/search/forecast.js +++ b/commands/search/forecast.js @@ -11,8 +11,8 @@ module.exports = class ForecastCommand extends Command { ], group: 'search', memberName: 'forecast', - description: 'Gets the seven-day forecast for a specified location. (;forecast San Francisco)', - examples: [';forecast San Francisco'], + description: 'Gets the seven-day forecast for a specified location. (x;forecast San Francisco)', + examples: ['x;forecast San Francisco'], 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 a8ea256f..146fcc2a 100644 --- a/commands/search/google.js +++ b/commands/search/google.js @@ -12,8 +12,8 @@ module.exports = class GoogleCommand extends Command { ], group: 'search', memberName: 'google', - description: 'Searches Google. (;google Cat)', - examples: [';google Cat'], + description: 'Searches Google. (x;google Cat)', + examples: ['x;google Cat'], args: [{ key: 'query', prompt: 'What would you like to search for?', diff --git a/commands/search/imdb.js b/commands/search/imdb.js index 455a8199..ba043943 100644 --- a/commands/search/imdb.js +++ b/commands/search/imdb.js @@ -14,8 +14,8 @@ module.exports = class IMDBCommand extends Command { ], group: 'search', memberName: 'imdb', - description: 'Searches IMDB for a specified movie. (;imdb How to Train Your Dragon)', - examples: [';imdb How to Train Your Dragon'], + description: 'Searches IMDB for a specified movie. (x;imdb How to Train Your Dragon)', + examples: ['x;imdb How to Train Your Dragon'], args: [{ key: 'movie', prompt: 'What movie or TV Show would you like to search for?', diff --git a/commands/search/map.js b/commands/search/map.js index 7dc6032a..8c236f36 100644 --- a/commands/search/map.js +++ b/commands/search/map.js @@ -10,8 +10,8 @@ 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). (;map 15 Cartersville, GA)', - examples: [';map 15 Cartersville, GA'], + 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'], 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 cd61ba5e..f5796dd7 100644 --- a/commands/search/neopet.js +++ b/commands/search/neopet.js @@ -8,8 +8,8 @@ module.exports = class NeopetCommand extends Command { name: 'neopet', group: 'search', memberName: 'neopet', - description: 'Gives a Neopet\'s image, searchable by name. (;neopet Pikachu53535)', - examples: [';neopet Pikachu53535'], + description: 'Gives a Neopet\'s image, searchable by name. (x;neopet Pikachu53535)', + examples: ['x;neopet Pikachu53535'], 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 1c51faef..31f652d1 100644 --- a/commands/search/osu.js +++ b/commands/search/osu.js @@ -13,8 +13,8 @@ module.exports = class OsuCommand extends Command { ], group: 'search', memberName: 'osu', - description: 'Searches Osu user data. (;osu dragonfire535)', - examples: [';osu dragonfire535'], + description: 'Searches Osu user data. (x;osu dragonfire535)', + examples: ['x;osu dragonfire535'], 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 5abf283e..9545bde5 100644 --- a/commands/search/soundcloud.js +++ b/commands/search/soundcloud.js @@ -13,8 +13,8 @@ module.exports = class SoundCloudCommand extends Command { ], group: 'search', memberName: 'soundcloud', - description: 'Searches SoundCloud for a song. (;soundcloud Turtle Dreams)', - examples: [';soundcloud Turtle Dreams'], + description: 'Searches SoundCloud for a song. (x;soundcloud Turtle Dreams)', + examples: ['x;soundcloud Turtle Dreams'], 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 3398e93e..b12873b7 100644 --- a/commands/search/urban.js +++ b/commands/search/urban.js @@ -13,8 +13,8 @@ module.exports = class UrbanCommand extends Command { ], group: 'search', memberName: 'urban', - description: 'Searches Urban Dictionary. (;urban Cat)', - examples: [';urban Cat'], + description: 'Searches Urban Dictionary. (x;urban Cat)', + examples: ['x;urban Cat'], args: [{ key: 'word', prompt: 'What would you like to define?', diff --git a/commands/search/wattpad.js b/commands/search/wattpad.js index 383a14a3..c6b295d8 100644 --- a/commands/search/wattpad.js +++ b/commands/search/wattpad.js @@ -8,8 +8,8 @@ module.exports = class WattpadCommand extends Command { name: 'wattpad', group: 'search', memberName: 'wattpad', - description: 'Searches Wattpad for a specified book. (;wattpad Heroes of Dreamland)', - examples: [';wattpad Heroes of Dreamland'], + description: 'Searches Wattpad for a specified book. (x;wattpad Heroes of Dreamland)', + examples: ['x;wattpad Heroes of Dreamland'], 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 7d0ce340..15a71ac2 100644 --- a/commands/search/weather.js +++ b/commands/search/weather.js @@ -8,8 +8,8 @@ module.exports = class WeatherCommand extends Command { name: 'weather', group: 'search', memberName: 'weather', - description: 'Searches weather for a specified location. (;weather San Francisco)', - examples: [';weather San Francisco'], + description: 'Searches weather for a specified location. (x;weather San Francisco)', + examples: ['x;weather San Francisco'], 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 b14daf38..b68882cd 100644 --- a/commands/search/wikipedia.js +++ b/commands/search/wikipedia.js @@ -8,8 +8,8 @@ module.exports = class WikipediaCommand extends Command { name: 'wikipedia', group: 'search', memberName: 'wikipedia', - description: 'Searches Wikipedia for something. (;wikipedia Cat)', - examples: [';wikipedia Cat'], + description: 'Searches Wikipedia for something. (x;wikipedia Cat)', + examples: ['x;wikipedia Cat'], args: [{ key: 'query', prompt: 'What would you like to search for?', diff --git a/commands/search/youtube.js b/commands/search/youtube.js index 9f47ab70..069ecfde 100644 --- a/commands/search/youtube.js +++ b/commands/search/youtube.js @@ -11,8 +11,8 @@ module.exports = class YouTubeCommand extends Command { ], group: 'search', memberName: 'youtube', - description: 'Searches YouTube for a video. (;youtube video)', - examples: [';youtube video'], + description: 'Searches YouTube for a video. (x;youtube video)', + examples: ['x;youtube 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 8437549a..6ce51e6d 100644 --- a/commands/search/yugioh.js +++ b/commands/search/yugioh.js @@ -8,8 +8,8 @@ module.exports = class YuGiOhCommand extends Command { name: 'yugioh', group: 'search', memberName: 'yugioh', - description: 'Gets info on a Yu-Gi-Oh! Card. (;yugioh Blue-Eyes White Dragon)', - examples: [';yugioh Blue-Eyes White Dragon'], + description: 'Gets info on a Yu-Gi-Oh! Card. (x;yugioh Blue-Eyes White Dragon)', + examples: ['x;yugioh Blue-Eyes White Dragon'], 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 d7e38862..38628091 100644 --- a/commands/textedit/binary.js +++ b/commands/textedit/binary.js @@ -14,8 +14,8 @@ module.exports = class BinaryCommand extends Command { name: 'binary', group: 'textedit', memberName: 'binary', - description: 'Converts text to binary. (;binary This text)', - examples: [';binary This text'], + description: 'Converts text to binary. (x;binary This text)', + examples: ['x;binary This text'], 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 0715ac2c..250123e7 100644 --- a/commands/textedit/cowsay.js +++ b/commands/textedit/cowsay.js @@ -6,8 +6,8 @@ module.exports = class CowsayCommand extends Command { name: 'cowsay', group: 'textedit', memberName: 'cowsay', - description: 'Converts text to cowsay. (;cowsay This text)', - examples: [';cowsay This text'], + description: 'Converts text to cowsay. (x;cowsay This text)', + examples: ['x;cowsay This text'], 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 63903dfb..1d810486 100644 --- a/commands/textedit/embed.js +++ b/commands/textedit/embed.js @@ -7,8 +7,8 @@ module.exports = class EmbedCommand extends Command { name: 'embed', group: 'textedit', memberName: 'embed', - description: 'Sends a message in an embed. (;embed This is an example.)', - examples: [';embed This is an example.'], + description: 'Sends a message in an embed. (x;embed This is an example.)', + examples: ['x;embed This is an example.'], guildOnly: true, args: [{ key: 'text', diff --git a/commands/textedit/morse.js b/commands/textedit/morse.js index 7c9f4a09..852b5b42 100644 --- a/commands/textedit/morse.js +++ b/commands/textedit/morse.js @@ -11,8 +11,8 @@ module.exports = class MorseCommand extends Command { ], group: 'textedit', memberName: 'morse', - description: 'Translates text to morse code. (;morse This is Morse Code.)', - examples: [';morse This is Morse Code.'], + description: 'Translates text to morse code. (x;morse This is Morse Code.)', + examples: ['x;morse This is 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 39ab06f8..7931ef6d 100644 --- a/commands/textedit/pirate.js +++ b/commands/textedit/pirate.js @@ -12,8 +12,8 @@ module.exports = class PirateCommand extends Command { ], group: 'textedit', memberName: 'pirate', - description: 'Talk like a pirate! (;pirate This is being said like a pirate!)', - examples: [';pirate This is being said like a 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!'], 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 f0722426..6ad2e636 100644 --- a/commands/textedit/reverse.js +++ b/commands/textedit/reverse.js @@ -6,8 +6,8 @@ module.exports = class ReverseCommand extends Command { name: 'reverse', group: 'textedit', memberName: 'reverse', - description: 'Reverses text (;reverse This text please)', - examples: [';reverse This text please'], + description: 'Reverses text (x;reverse This text please)', + examples: ['x;reverse This text please'], args: [{ key: 'text', prompt: 'What text would you like to reverse?', diff --git a/commands/textedit/say.js b/commands/textedit/say.js index 84c751d4..0c9e804d 100644 --- a/commands/textedit/say.js +++ b/commands/textedit/say.js @@ -12,8 +12,8 @@ module.exports = class SayCommand extends Command { ], group: 'textedit', memberName: 'say', - description: 'Make XiaoBot say what you wish. (;say I can talk!)', - examples: [';say I can talk!'], + description: 'Make XiaoBot say what you wish. (x;say I can talk!)', + examples: ['x;say I can talk!'], guildOnly: true, args: [{ key: 'text', diff --git a/commands/textedit/temmie.js b/commands/textedit/temmie.js index e1584467..60452380 100644 --- a/commands/textedit/temmie.js +++ b/commands/textedit/temmie.js @@ -8,8 +8,8 @@ module.exports = class TemmieCommand extends Command { name: 'temmie', group: 'textedit', memberName: 'temmie', - description: 'Translate text to Temmie speak. (;temmie I am Temmie)', - examples: [';temmie I am Temmie.'], + description: 'Translate text to Temmie speak. (x;temmie I am Temmie)', + examples: ['x;temmie I am Temmie.'], 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 73a3f898..68451601 100644 --- a/commands/textedit/upsidedown.js +++ b/commands/textedit/upsidedown.js @@ -12,8 +12,8 @@ module.exports = class UpsideDownCommand extends Command { ], group: 'textedit', memberName: 'upsidedown', - description: 'Flips text upside-down. (;upsidedown It\'s upside-down!)', - examples: [';upsidedown It\'s upside-down!'], + description: 'Flips text upside-down. (x;upsidedown It\'s upside-down!)', + examples: ['x;upsidedown It\'s 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 28d18a6e..108d03d5 100644 --- a/commands/textedit/webhook.js +++ b/commands/textedit/webhook.js @@ -11,8 +11,8 @@ module.exports = class WebhookCommand extends Command { ], group: 'textedit', memberName: 'webhook', - description: 'Posts a message to the webhook defined in your `process.env`. (;webhook Hey guys!)', - examples: [';webhook Hey guys!'], + description: 'Posts a message to the webhook defined in your `process.env`. (x;webhook Hey guys!)', + examples: ['x;webhook Hey guys!'], guildOnly: true, args: [{ key: 'text', diff --git a/commands/textedit/zalgo.js b/commands/textedit/zalgo.js index f04b0a64..243c16b2 100644 --- a/commands/textedit/zalgo.js +++ b/commands/textedit/zalgo.js @@ -7,8 +7,8 @@ module.exports = class ZalgoCommand extends Command { name: 'zalgo', group: 'textedit', memberName: 'zalgo', - description: 'Zalgoizes Text (;zalgo This Text)', - examples: [';zalgo This Text'], + description: 'Zalgoizes Text (x;zalgo This Text)', + examples: ['x;zalgo This 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 9ad06d0f..4da9ed2e 100644 --- a/commands/userinfo/avatar.js +++ b/commands/userinfo/avatar.js @@ -6,8 +6,8 @@ module.exports = class AvatarCommand extends Command { name: 'avatar', group: 'userinfo', memberName: 'avatar', - description: 'Gives a link to someone\'s avatar. (;avatar @User)', - examples: [';avatar @XiaoBot'], + description: 'Gives a link to someone\'s avatar. (x;avatar @User)', + examples: ['x;avatar @XiaoBot'], 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 deab205e..c464b4e7 100644 --- a/commands/userinfo/userinfo.js +++ b/commands/userinfo/userinfo.js @@ -14,8 +14,8 @@ module.exports = class UserInfoCommand extends Command { ], group: 'userinfo', memberName: 'user', - description: 'Gives some info on a user. (;user @User)', - examples: [';user @User'], + description: 'Gives some info on a user. (x;user @User)', + examples: ['x;user @User'], guildOnly: true, args: [{ key: 'user', diff --git a/commands/util/info.js b/commands/util/info.js index 3d05b217..b543658f 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -14,8 +14,8 @@ module.exports = class InfoCommand extends Command { ], group: 'util', memberName: 'info', - description: 'Gives some bot info for your shard. (;info)', - examples: [';info'] + description: 'Gives some bot info for your shard. (x;info)', + examples: ['x;info'] }); } diff --git a/commands/util/invite.js b/commands/util/invite.js index 141ad307..b2ef406d 100644 --- a/commands/util/invite.js +++ b/commands/util/invite.js @@ -6,8 +6,8 @@ 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. (;invite)', - examples: [';invite'] + description: 'Sends you an invite for the bot and an invite to my server. (x;invite)', + examples: ['x;invite'] }); } diff --git a/commands/util/shardinfo.js b/commands/util/shardinfo.js index caa85cdc..de4dc4e0 100644 --- a/commands/util/shardinfo.js +++ b/commands/util/shardinfo.js @@ -16,8 +16,8 @@ module.exports = class ShardInfoCommand extends Command { ], group: 'util', memberName: 'shardinfo', - description: 'Gives some bot info for the Shard you specify. (;shardinfo 0)', - examples: [';shardinfo 0'], + description: 'Gives some bot info for the Shard you specify. (x;shardinfo 0)', + examples: ['x;shardinfo 0'], 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 c7294d09..395964eb 100644 --- a/commands/util/uptime.js +++ b/commands/util/uptime.js @@ -8,8 +8,8 @@ module.exports = class UptimeCommand extends Command { name: 'uptime', group: 'util', memberName: 'uptime', - description: 'Displays how long the bot has been active. (;uptime)', - examples: [';uptime'] + description: 'Displays how long the bot has been active. (x;uptime)', + examples: ['x;uptime'] }); } diff --git a/package.json b/package.json index 397ad223..411fc6f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "30.2.0", + "version": "31.0.0", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {