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', {
|
||||
description: enums.help.IMPORT,
|
||||
description: enums.help.SHORT_DESC_IMPORT,
|
||||
async execute(message) {
|
||||
const attachmentUrl = message.attachments.size > 0 ? message.attachments.first().url : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user