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 -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?',