fix: can't set ephemeral after deferring

This commit is contained in:
Isaac 2025-02-15 04:11:54 +00:00
parent d57d20dfd8
commit 7b8c5ff9c0
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -64,7 +64,6 @@ module.exports = class TransferSlashCommand extends SlashCommand {
.setTitle(getMessage('misc.not_ticket.title')) .setTitle(getMessage('misc.not_ticket.title'))
.setDescription(getMessage('misc.not_ticket.description')), .setDescription(getMessage('misc.not_ticket.description')),
], ],
ephemeral: true,
}); });
} }