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)