mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Altered the way aliases work.
This commit is contained in:
parent
d3958dcb11
commit
a5da139b97
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = class Command {
|
|||
this.aliases = options.aliases || [];
|
||||
this.description = options.description || 'No description provided.';
|
||||
this.category = options.category || 'Miscellaneous';
|
||||
this.usage = options.usage || 'No usage provided.';
|
||||
this.usage = `${this.client.prefix}${this.name} ${options.usage || ''}`.trim()
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue