twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
670 stars 131 forks source link

fix(cache, model): `Member#joined_at` can sometimes be null #2288

Closed kane50613 closed 1 year ago

kane50613 commented 1 year ago

Discord's documentation shows that it should not be null, but it occasionally returns null.

I found another inactive pull request (#2276) so I made this one

HTGAzureX1212 commented 1 year ago

Reference PR: https://github.com/discord/discord-api-docs/pull/6247