Skip to content

Commit

Permalink
feat: add approved by user in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Mar 29, 2024
1 parent b3ad879 commit d6a1f9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/workers/discordReview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ ${job.data.url}
interaction.update({
embeds: [
new EmbedBuilder()
.setTitle('Approved!')
.setDescription('Tack för din granskning'),
.setTitle('Godkänd')
.setDescription(
`Tack för din granskning, ${interaction?.user?.username}!`
),
],
components: [],
})
Expand Down

0 comments on commit d6a1f9c

Please sign in to comment.