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
+4 -2
View File
@@ -5,10 +5,12 @@ module.exports = class CatCommand extends Command {
constructor(client) {
super(client, {
name: 'cat',
aliases: [
'neko'
],
group: 'randomimg',
memberName: 'cat',
description: 'Sends a random cat picture. (x;cat)',
examples: ['x;cat']
description: 'Sends a random cat image.'
});
}
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class PotatoCommand extends Command {
],
group: 'randomimg',
memberName: 'potato',
description: 'Sends a random Potato picture. (x;potato)',
examples: ['x;potato']
description: 'Sends a random potato image.'
});
}
+1 -2
View File
@@ -7,8 +7,7 @@ module.exports = class RandomPunCommand extends Command {
name: 'pun',
group: 'randomimg',
memberName: 'pun',
description: 'Sends a random pun image. (x;pun)',
examples: ['x;pun']
description: 'Sends a random pun image.'
});
}
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class VocaloidCommand extends Command {
],
group: 'randomimg',
memberName: 'vocaloid',
description: 'Sends a random VOCALOID song. (x;vocaloid)',
examples: ['x;vocaloid']
description: 'Sends a random VOCALOID song.'
});
}
+1 -2
View File
@@ -10,8 +10,7 @@ module.exports = class XiaoCommand extends Command {
],
group: 'randomimg',
memberName: 'xiaopai',
description: 'Sends a random image of Xiao Pai. (x;xiaopai)',
examples: ['x;xiaopai']
description: 'Sends a random image of Xiao Pai.'
});
}