Remove Help Examples

This commit is contained in:
Daniel Odendahl Jr
2017-04-23 17:03:17 +00:00
parent 37c9eb32ef
commit bc7153ec91
103 changed files with 112 additions and 227 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ module.exports = class CanYouNotCommand extends Command {
name: 'canyounot',
group: 'random',
memberName: 'canyounot',
description: 'Can YOU not? (x;canyounot)',
examples: ['x;canyounot']
description: 'Can YOU not?'
});
}
+1 -2
View File
@@ -11,8 +11,7 @@ module.exports = class EasterEggCommand extends Command {
],
group: 'random',
memberName: 'easteregg',
description: 'Can you discover all the easter eggs? (x;easteregg I\'m an easter egg)',
examples: ['x;easteregg I\'m an easter egg'],
description: 'Can you discover all the easter eggs?',
args: [{
key: 'tag',
prompt: 'What easter egg do you want to view?',
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class GiveFlowerCommand extends Command {
],
group: 'random',
memberName: 'giveflower',
description: 'Gives Xiao Pai a flower. (x;giveflower)',
examples: ['x;giveflower']
description: 'Gives Xiao Pai a flower.'
});
}
+1 -2
View File
@@ -6,8 +6,7 @@ module.exports = class LennyCommand extends Command {
name: 'lenny',
group: 'random',
memberName: 'lenny',
description: 'Responds with the lenny face. (x;lenny)',
examples: ['x;lenny']
description: 'Responds with the lenny face.'
});
}
+1 -8
View File
@@ -5,16 +5,9 @@ module.exports = class MathCommand extends Command {
constructor(client) {
super(client, {
name: 'math',
aliases: [
'add',
'subtract',
'multiply',
'divide'
],
group: 'random',
memberName: 'math',
description: 'Does Math (x;math 2 + 2)',
examples: ['x;math 2 + 2'],
description: 'Does math.',
args: [{
key: 'expression',
prompt: 'What do you want to answer?',
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class MotivateCommand extends Command {
],
group: 'random',
memberName: 'motivate',
description: 'Motivates someone. (x;motivate @User)',
examples: ['x;motivate @User'],
description: 'Motivates something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to motivate?',
+1 -2
View File
@@ -7,8 +7,7 @@ module.exports = class NitroCommand extends Command {
name: 'nitro',
group: 'random',
memberName: 'nitro',
description: 'Sends a "This Message Can Only be viewed by Nitro Members" message. (x;nitro)',
examples: ['x;nitro']
description: 'Sends a "This Message Can Only be viewed by Nitro Members" message.'
});
}
+1 -2
View File
@@ -6,8 +6,7 @@ module.exports = class SlowClapCommand extends Command {
name: 'slowclap',
group: 'random',
memberName: 'slowclap',
description: '*Slow Clap*. (x;slowclap)',
examples: ['x;slowclap']
description: '*Slow Clap*.'
});
}
+1 -2
View File
@@ -6,8 +6,7 @@ module.exports = class SpamCommand extends Command {
name: 'spam',
group: 'random',
memberName: 'spam',
description: 'Puts a picture of Spam. (x;spam)',
examples: ['x;spam']
description: 'Puts a picture of Spam.'
});
}
+2 -4
View File
@@ -6,13 +6,11 @@ module.exports = class StrawpollCommand extends Command {
super(client, {
name: 'strawpoll',
aliases: [
'poll',
'survey'
'poll'
],
group: 'random',
memberName: 'strawpoll',
description: 'Creates a Strawpoll with your options. (x;strawpoll "Who likes chips?" "Me" "Not Me")',
examples: ['x;strawpoll "Who likes chips?" "Me" "Not Me"'],
description: 'Creates a Strawpoll with your options.',
args: [{
key: 'title',
prompt: 'What would you like the title of the Strawpoll to be?',
+1 -2
View File
@@ -11,8 +11,7 @@ module.exports = class TodayCommand extends Command {
],
group: 'random',
memberName: 'today',
description: 'Tells you what happened today. (x;today)',
examples: ['x;today']
description: 'Tells you what happened today in history.'
});
}
+1 -2
View File
@@ -12,8 +12,7 @@ module.exports = class WouldYouRatherCommand extends Command {
],
group: 'random',
memberName: 'wouldyourather',
description: 'Gets a random would you rather question. (x;wouldyourather)',
examples: ['x;wouldyourather']
description: 'Gets a random would you rather question.'
});
}