From 33eed9f0ad06cd3a24a9ae7fd6c04c0eb54bf8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 30 Mar 2019 04:58:42 +0100 Subject: [PATCH] Show all prefix in footer --- commands/utility/help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/utility/help.js b/commands/utility/help.js index cb197bab..e3502e05 100644 --- a/commands/utility/help.js +++ b/commands/utility/help.js @@ -63,7 +63,8 @@ class HelpCommand extends Command { [ 'This is a list of commands.', `To view details for a command, do \`${prefix[0]}help \`.` - ]); + ]) + .setFooter(`All the aviable prefix: ${prefix}`); for (const category of this.handler.categories.values()) { const title = {