From 7b8c5ff9c092a2008bf8d2ab04a47e2f8adb1f68 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 15 Feb 2025 04:11:54 +0000 Subject: [PATCH] fix: can't set ephemeral after deferring --- src/commands/slash/transfer.js | 1 - 1 file changed, 1 deletion(-) 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, }); }