Skip to content

Commit

Permalink
fix: pending embeds should display more useful author information
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed Jan 28, 2024
1 parent 9cf06ef commit 96ebf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function createPendingEmbed (submission: PendingSubmission): APIEmbed {
.setFields(
{
name: 'Submitter',
value: `Unknown#0000 (${submission.authorId})`
value: `<@${submission.authorId}> (${submission.authorId})`
},
{
name: 'Source',
Expand Down

0 comments on commit 96ebf90

Please sign in to comment.