help command includes the prefix
This commit is contained in:
parent
963a947a83
commit
07306a47ea
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default class HelpCommand extends Command {
|
|||
|
||||
run(username, args) {
|
||||
const msg = this.#commands.commands
|
||||
.map(cmd => cmd.name)
|
||||
.map(cmd => `${this.#commands.prefix}${cmd.name}`)
|
||||
.sort((a, b) => a.localeCompare(b))
|
||||
.join(", ")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue