diff --git a/commands/message/core/help.js b/commands/message/core/help.js index 5b6c417..c3bf922 100644 --- a/commands/message/core/help.js +++ b/commands/message/core/help.js @@ -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) }