Fix Examples in Commands

This commit is contained in:
Daniel Odendahl Jr
2017-04-20 13:48:12 +00:00
parent 66eb6ed685
commit 121b789220
101 changed files with 201 additions and 201 deletions
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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?',
+2 -2
View File
@@ -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?',
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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?',
+2 -2
View File
@@ -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']
});
}
+2 -2
View File
@@ -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']
});
}