mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
fix layout issue
This commit is contained in:
parent
05e6ab5588
commit
a3d6e3eca5
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ function createCommandPage(context, prefix, command, slashCommands) {
|
|||
|
||||
if (a.required) argument = "-# Required Parameter\n" + argument;
|
||||
if (a.help) argument += ` ${a.help}`
|
||||
argument += `\n `
|
||||
if (a.default !== "") argument += ` ${smallPill(`default: ${a.default}`)}`
|
||||
if (a.default !== "") argument += `\n ${smallPill(`default: ${a.default}`)}`
|
||||
|
||||
args.push(argument)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue