-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kord fails to deserialize a GuildCreate
event with a unavailable guild
#627
Comments
Seems like a partial guild object -- will look into it |
A fix should be deployed on branch #627 -- will keep you up to date |
This might also be relevant for discord's docs. This doesn't suggest that you can receive a guild with only those two fields. Maybe you could create an issue there too. |
@lukellmann while it isn't documented in the Guild Create section for some reason, they do provide an example of the object here: https://discord.com/developers/docs/resources/guild#unavailable-guild-object-example-unavailable-guild There is also a PR about it here: discord/discord-api-docs#5122 |
Yeah, I'm aware of the unavailable guild object (it is already modeled in kord and used in the ready event). |
Event Payload:
The text was updated successfully, but these errors were encountered: