edited enums description

This commit is contained in:
Aster Fialla
2026-02-15 01:42:12 -05:00
parent 5d80895918
commit fc7309630f
2 changed files with 2 additions and 1 deletions

View File

@@ -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;