diff --git a/src/commands/slash/transfer.js b/src/commands/slash/transfer.js index 4283757..0c59c82 100644 --- a/src/commands/slash/transfer.js +++ b/src/commands/slash/transfer.js @@ -64,7 +64,6 @@ module.exports = class TransferSlashCommand extends SlashCommand { .setTitle(getMessage('misc.not_ticket.title')) .setDescription(getMessage('misc.not_ticket.description')), ], - ephemeral: true, }); }