diff --git a/commands/message/core/help.js b/commands/message/core/help.js index c94a69a..dedc56e 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -12,7 +12,7 @@ function createHelpPage(context, title, contents, descriptions){ createEmbed("default", context, { description: `${title}\n\n` + renderCommandList(contents, descriptions) + - `\n\n${icon("question")} Use **${highlight(`${context.commandClient.prefixes.custom.first()}help `)}** to view more information about a command.` + `\n\n${icon("question")} Use ${highlight(` ${context.commandClient.prefixes.custom.first()}help `)} to view more information about a command.` }) ] }