Skip to content

Commit 13fa1e4

Browse files
committed
fix missing field
1 parent c5b9545 commit 13fa1e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/discord/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ impl RawEventHandler for RawClient {
9393
self.0.user.get_or_init(|| DiscordMessageAuthor {
9494
display_name: DisplayName(username),
9595
icon,
96+
id: user_id.to_owned(),
9697
});
9798
}
9899
}

0 commit comments

Comments
 (0)