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.enabled = true,
|
||||
this.devOnly = false,
|
||||
this.aliases = [],
|
||||
this.aliases = ['user'],
|
||||
this.userPerms = [],
|
||||
this.botPerms = [],
|
||||
this.cooldown = 2000,
|
||||
this.help = {
|
||||
description: '',
|
||||
arguments: '',
|
||||
description: 'Get information on a user.',
|
||||
arguments: '[user]',
|
||||
details: '',
|
||||
examples: ''
|
||||
examples: 'userinfo\nuserinfo Octavia\nuserinfo @Animals'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue