Show all prefix in footer

merge-requests/3/head
Loïc Bersier 5 years ago
parent 0d59245b30
commit 33eed9f0ad

@ -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…
Cancel
Save