Skip to content

Commit

Permalink
Update app-commands.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatCats authored Aug 5, 2024
1 parent dfb3de0 commit e419636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/council/rank-apps/app-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e419636

Please sign in to comment.