From e41963668157f71850ceea9d6b3463eb258aa276 Mon Sep 17 00:00:00 2001 From: Josef Date: Mon, 5 Aug 2024 21:50:12 +0200 Subject: [PATCH] Update app-commands.ts --- src/modules/council/rank-apps/app-commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/council/rank-apps/app-commands.ts b/src/modules/council/rank-apps/app-commands.ts index efd2134..d312229 100644 --- a/src/modules/council/rank-apps/app-commands.ts +++ b/src/modules/council/rank-apps/app-commands.ts @@ -75,7 +75,7 @@ export async function handleAccept(interaction: ComponentInteraction | SlashComm AutoPromoteHandler.announcePromotion(member.user, ticketManager.rank) - await interaction.editReply( + await interaction.return( new MessageOptionsBuilder() .setContent(`${userMention(ticket.userId)} was promoted.`) .setEphemeral(true)