mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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.',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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?',
|
||||
|
||||
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user