forked from Supositware/Haha-Yes
Show all prefix in footer
This commit is contained in:
parent
0d59245b30
commit
33eed9f0ad
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ class HelpCommand extends Command {
|
|||
[
|
||||
'This is a list of commands.',
|
||||
`To view details for a command, do \`${prefix[0]}help <command>\`.`
|
||||
]);
|
||||
])
|
||||
.setFooter(`All the aviable prefix: ${prefix}`);
|
||||
|
||||
for (const category of this.handler.categories.values()) {
|
||||
const title = {
|
||||
|
|
Loading…
Reference in a new issue