filled out help
This commit is contained in:
parent
b0e4095b49
commit
98b5d8a3a9
1 changed files with 5 additions and 5 deletions
|
@ -8,15 +8,15 @@ module.exports = class {
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.devOnly = false,
|
this.devOnly = false,
|
||||||
this.aliases = ['type'],
|
this.aliases = ['type', 'typematchup'],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
this.botPerms = [],
|
this.botPerms = [],
|
||||||
this.cooldown = 5000,
|
this.cooldown = 5000,
|
||||||
this.help = {
|
this.help = {
|
||||||
description: 'Get useful data on any pokemon you ask me to!',
|
description: 'Get the strengths and weaknesses of a pokemon type/type combination',
|
||||||
arguments: '<pokemon>',
|
arguments: '<pokemon/type> [type2]',
|
||||||
details: '',
|
details: 'The type2 argument is only needed if you are submitting two types, not a pokemon or singular type.',
|
||||||
examples: '`pokemon mudkip`\n`pokemon giratina origin`'
|
examples: '`effective ghost dragon`\n`effective ribombee`'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue