commit | 80ad854a4229d0586b22bbb49ec436c7acbb7a4d | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 10 12:52:33 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 10 12:52:33 2023 -0500 |
tree | 90b8757e2ecac375c954054d24baa33ef0900012 | |
parent | a188595b23b84eb223c4047725eeac27aca1cde8 [diff] [blame] |
fixed format (needs json fix) & component bugs
diff --git a/src/commands/help.ts b/src/commands/help.ts index 482bca2..96971e6 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts
@@ -127,7 +127,7 @@ ); } for (const option of options) { - optionString += `> ${option.name} (${ApplicationCommandOptionType[option.type]})- ${ + optionString += `> \`${option.name}\` (${ApplicationCommandOptionType[option.type]}) - ${ option.description }\n`; }