Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Something wrong with GuildMemberUpdated #379

Closed ITeMbI4 closed 2 years ago

ITeMbI4 commented 2 years ago

Before 3.5.0 this event was working fine.

Now, I get this: image

With this code: image

quinchs commented 2 years ago

Was the user in the cache when this event was triggered?

ITeMbI4 commented 2 years ago

Yep, I run DownloadUsersAsync() before it.

ITeMbI4 commented 2 years ago

Also in code I'm using CachedOldUser.GetOrDownloadAsync()

quinchs commented 2 years ago

This has been fixed in https://github.com/Discord-Net-Labs/Discord.Net-Labs/commit/08beead775cdacea15b9935c60a9d70947d3f1e9