From c1df7a3506b5ee199155c61867374445d36951a4 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 12 Oct 2019 14:06:36 +0200 Subject: [PATCH] better separation --- commands/utility/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/utility/help.js b/commands/utility/help.js index f01ca89..843b556 100644 --- a/commands/utility/help.js +++ b/commands/utility/help.js @@ -41,7 +41,7 @@ class HelpCommand extends Command { .setColor(0xFFAC33) .setTitle(`\`${prefix[0]}${command.aliases[0]} ${description.usage}\``) .addField('Description', description.content) - .setFooter(`All the available prefix: ${prefix.join('')}`); + .setFooter(`All the available prefix: ${prefix.join(' | ')}`); for (const field of description.fields) embed.addField(field.name, field.value); @@ -65,7 +65,7 @@ class HelpCommand extends Command { 'This is a list of commands.', `To view details for a command, do \`${prefix[0]}help \`.` ]) - .setFooter(`All the available prefix: ${prefix.join('')}`); + .setFooter(`All the available prefix: ${prefix.join(' | ')}`); for (const category of this.handler.categories.values()) { const title = {