mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
use pill theming for the help help
This commit is contained in:
parent
2d322e4764
commit
1b6597ed43
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function createHelpPage(context, title, contents, descriptions){
|
||||||
createEmbed("default", context, {
|
createEmbed("default", context, {
|
||||||
description: `${title}\n\n` +
|
description: `${title}\n\n` +
|
||||||
renderCommandList(contents, descriptions) +
|
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.`
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue