Show all prefix in footer

This commit is contained in:
Loïc Bersier 2019-03-30 04:58:42 +01:00
parent 0d59245b30
commit 33eed9f0ad

View file

@ -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 = {