use pill theming for the help help

This commit is contained in:
derpystuff 2022-10-03 22:40:00 +02:00
parent 2d322e4764
commit 1b6597ed43

View file

@ -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 <command>`)}** to view more information about a command.`
`\n\n${icon("question")} Use ${highlight(` ${context.commandClient.prefixes.custom.first()}help <command> `)} to view more information about a command.`
})
]
}