bigger spacing

This commit is contained in:
derpystuff 2022-12-06 10:28:04 +01:00
parent f9c627ada1
commit 640bcc61f9

View file

@ -54,7 +54,7 @@ function createCommandPage(context, prefix, command){
for(const a of command.argParser.args){
let argument = `-${a._name} <${a._type.replace('bool','true/false')}>`
argument = pill(argument)
if(a.help) argument += ` ${a.help}`
if(a.help) argument += ` ${a.help}`
argument += `\n ${smallPill(`default: ${a.default}`)} `
if(!a.required) argument += smallPill('optional')
args.push(argument)