diff --git a/commands/general/help.js b/commands/general/help.js index 1bbadfa..a4d257e 100644 --- a/commands/general/help.js +++ b/commands/general/help.js @@ -16,7 +16,7 @@ class HelpCommand extends Command { const info = collections.info.get(command); // TODO: room-specific prefix const prefix = htmlescape(process.env.PREFIX); - html = `

mrmBot Help

${prefix}${command}
${htmlescape(info.description)}` + html = `

mrmBot Help

${prefix}${command}
${info.description}` return { html: html } } if (help.categories[this.args[0].toLowerCase()]) {