diff --git a/src/commands.js b/src/commands.js index 192280c..ca4797c 100644 --- a/src/commands.js +++ b/src/commands.js @@ -41,7 +41,7 @@ cmds.set('help', { }) cmds.set('import', { - description: enums.help.IMPORT, + description: enums.help.SHORT_DESC_IMPORT, async execute(message) { const attachmentUrl = message.attachments.size > 0 ? message.attachments.first().url : null; diff --git a/src/enums.js b/src/enums.js index a7a881c..cc6bb62 100644 --- a/src/enums.js +++ b/src/enums.js @@ -24,6 +24,7 @@ helperEnums.err = { helperEnums.help = { SHORT_DESC_HELP: "Lists available commands.", SHORT_DESC_MEMBER: "Commands and sub-commands related to proxy members.", + SHORT_DESC_IMPORT: "Imports from PluralKit.", SHORT_DESC_PLURALFLUX: "PluralFlux is a proxybot akin to PluralKit and Tupperbot, but for Fluxer. All commands are prefixed by `pf;`. Type `pf;help` for info on the bot itself.", PLURALFLUX: "PluralFlux is a proxybot akin to PluralKit and Tupperbot, but for Fluxer. All commands are prefixed by `pf;`. Add ` --help` to the end of a command to find out more about it, or just send it without arguments.", MEMBER: "Accesses the sub-commands related to editing proxy members. The available subcommands are `list`, `add`, `remove`, `displayname`, `proxy`, and `propic`. Add ` --help` to the end of a subcommand to find out more about it, or just send it without arguments.",