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
@@ -7,8 +7,7 @@ module.exports = class MagicBallCommand extends Command {
name: '8ball',
group: 'response',
memberName: '8ball',
description: 'Predicts your future. (x;8ball Am I stupid?)',
examples: ['x;8ball Am I stupid?'],
description: 'Predicts your future.',
args: [{
key: 'question',
prompt: 'What do you want to ask the 8 ball?',
+1 -2
View File
@@ -9,8 +9,7 @@ module.exports = class ChooseCommand extends Command {
],
group: 'response',
memberName: 'choose',
description: 'Chooses between things. (x;choose "Cow" "Sheep")',
examples: ['x;choose "Cow" "Sheep"', 'x;choose "Bark" "Woof" "Meow" "Moo"'],
description: 'Chooses between things.',
args: [{
key: 'choices',
prompt: 'What choices do you want me pick from?',
+1 -2
View File
@@ -11,8 +11,7 @@ module.exports = class CoinFlipCommand extends Command {
],
group: 'response',
memberName: 'coin',
description: 'Flips a coin. (x;coin)',
examples: ['x;coin']
description: 'Flips a coin.'
});
}
+1 -2
View File
@@ -7,8 +7,7 @@ module.exports = class ComplimentCommand extends Command {
name: 'compliment',
group: 'response',
memberName: 'compliment',
description: 'Compliments the user of your choice. (x;compliment @User)',
examples: ['x;compliment @User'],
description: 'Compliments something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to compliment?',
+1 -2
View File
@@ -7,8 +7,7 @@ module.exports = class FactCoreCommand extends Command {
name: 'factcore',
group: 'response',
memberName: 'factcore',
description: 'Says a random Fact Core quote. (x;factcore)',
examples: ['x;factcore']
description: 'Says a random Fact Core quote.'
});
}
+1 -2
View File
@@ -11,8 +11,7 @@ module.exports = class FishyCommand extends Command {
],
group: 'response',
memberName: 'fishy',
description: 'Catches a fish. (x;fishy)',
examples: ['x;fishy']
description: 'Catches a fish.'
});
}
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class FortuneCookieCommand extends Command {
],
group: 'response',
memberName: 'fortune',
description: 'Fortune Cookie. (x;fortune)',
examples: ['x;fortune']
description: 'Fortune Cookie.'
});
}
+1 -2
View File
@@ -11,8 +11,7 @@ module.exports = class RandomNameCommand extends Command {
],
group: 'response',
memberName: 'name',
description: 'Generates a random name (x;name Male)',
examples: ['x;name', 'x;name male', 'x;name female'],
description: 'Generates a random name.',
args: [{
key: 'gender',
prompt: 'Which gender do you want to generate a name for?',
+1 -2
View File
@@ -11,8 +11,7 @@ module.exports = class OffspringCommand extends Command {
],
group: 'response',
memberName: 'offspring',
description: 'Tells you if your new child is a boy or a girl. (x;offspring)',
examples: ['x;offspring']
description: 'Tells you if your new child is a boy or a girl.'
});
}
+1 -2
View File
@@ -12,8 +12,7 @@ module.exports = class QuantumCoinCommand extends Command {
],
group: 'response',
memberName: 'quantumcoin',
description: 'Flips a coin that lands on nothing. (x;quantumcoin)',
examples: ['x;quantumcoin']
description: 'Flips a coin that lands on nothing.'
});
}
+1 -2
View File
@@ -9,8 +9,7 @@ module.exports = class RateWaifuCommand extends Command {
],
group: 'response',
memberName: 'ratewaifu',
description: 'Rates your Waifu. (x;ratewaifu Xiao Pai)',
examples: ['x;ratewaifu Xiao Pai'],
description: 'Rates your Waifu.',
args: [{
key: 'waifu',
prompt: 'Who do you want to rate?',
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class RoastCommand extends Command {
],
group: 'response',
memberName: 'roast',
description: 'Roasts the user of your choice. (x;roast @User)',
examples: ['x;roast @username'],
description: 'Roasts something/someone.',
args: [{
key: 'thing',
prompt: 'What do you want to roast?',
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class RollCommand extends Command {
],
group: 'response',
memberName: 'roll',
description: 'Rolls a Dice of your choice. (x;roll 6)',
examples: ['x;roll 6'],
description: 'Rolls a dice with a maximum value you specify.',
args: [{
key: 'value',
prompt: 'What is the maximum number you wish to appear?',
+1 -2
View File
@@ -12,8 +12,7 @@ module.exports = class RouletteCommand extends Command {
],
group: 'response',
memberName: 'roulette',
description: 'Chooses a random member. (x;roulette Who is the best?)',
examples: ['x;roulette Who is the best?'],
description: 'Chooses a random member in the server.',
guildOnly: true
});
}
+1 -2
View File
@@ -9,8 +9,7 @@ module.exports = class ShipCommand extends Command {
],
group: 'response',
memberName: 'ship',
description: 'Ships two people. (x;ship @Rem and @Nate)',
examples: ['x;ship @Rem and @Nate'],
description: 'Ships things/people together.',
args: [{
key: 'things',
prompt: 'What do you want to ship together?',