Skip to content

Commit b563dd3

Browse files
authored
fix: pending embeds should display more useful author information (#139)
1 parent 9cf06ef commit b563dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/embed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function createPendingEmbed (submission: PendingSubmission): APIEmbed {
191191
.setFields(
192192
{
193193
name: 'Submitter',
194-
value: `Unknown#0000 (${submission.authorId})`
194+
value: `<@${submission.authorId}> (${submission.authorId})`
195195
},
196196
{
197197
name: 'Source',

0 commit comments

Comments
 (0)