mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
edited enums description
This commit is contained in:
@@ -41,7 +41,7 @@ cmds.set('help', {
|
|||||||
})
|
})
|
||||||
|
|
||||||
cmds.set('import', {
|
cmds.set('import', {
|
||||||
description: enums.help.IMPORT,
|
description: enums.help.SHORT_DESC_IMPORT,
|
||||||
async execute(message) {
|
async execute(message) {
|
||||||
const attachmentUrl = message.attachments.size > 0 ? message.attachments.first().url : null;
|
const attachmentUrl = message.attachments.size > 0 ? message.attachments.first().url : null;
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ helperEnums.err = {
|
|||||||
helperEnums.help = {
|
helperEnums.help = {
|
||||||
SHORT_DESC_HELP: "Lists available commands.",
|
SHORT_DESC_HELP: "Lists available commands.",
|
||||||
SHORT_DESC_MEMBER: "Commands and sub-commands related to proxy members.",
|
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.",
|
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.",
|
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.",
|
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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user