From 640bcc61f97f3d42b6dbb57133bfd5a1f11a6cc1 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Tue, 6 Dec 2022 10:28:04 +0100 Subject: [PATCH] bigger spacing --- commands/message/core/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/core/help.js b/commands/message/core/help.js index 8cb3ede..9f09aea 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -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)