add help info
This commit is contained in:
parent
7ed859d8e5
commit
b777077868
1 changed files with 4 additions and 4 deletions
|
@ -7,15 +7,15 @@ module.exports = class {
|
||||||
this.category = category,
|
this.category = category,
|
||||||
this.enabled = true,
|
this.enabled = true,
|
||||||
this.devOnly = false,
|
this.devOnly = false,
|
||||||
this.aliases = [],
|
this.aliases = ['user'],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
this.botPerms = [],
|
this.botPerms = [],
|
||||||
this.cooldown = 2000,
|
this.cooldown = 2000,
|
||||||
this.help = {
|
this.help = {
|
||||||
description: '',
|
description: 'Get information on a user.',
|
||||||
arguments: '',
|
arguments: '[user]',
|
||||||
details: '',
|
details: '',
|
||||||
examples: ''
|
examples: 'userinfo\nuserinfo Octavia\nuserinfo @Animals'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue