From fc7309630fb25511c5822e0b7212f7e25e7f3117 Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Sun, 15 Feb 2026 01:42:12 -0500 Subject: [PATCH] edited enums description --- src/commands.js | 2 +- src/enums.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.",