We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b9545 commit 13fa1e4Copy full SHA for 13fa1e4
src/discord/src/client.rs
@@ -93,6 +93,7 @@ impl RawEventHandler for RawClient {
93
self.0.user.get_or_init(|| DiscordMessageAuthor {
94
display_name: DisplayName(username),
95
icon,
96
+ id: user_id.to_owned(),
97
});
98
}
99
0 commit comments