discordjs / discord-api-types

Up to date Discord API Typings, versioned by the API version
https://discord-api-types.dev
MIT License
536 stars 117 forks source link

Missing types #456

Closed MARCROCK22 closed 2 years ago

MARCROCK22 commented 2 years ago

https://github.com/discordjs/discord-api-types/blob/db9938826736a9f864521cf7a56f48f206ccffba/gateway/v10.ts#L520 as you can see here ( https://discord.com/developers/docs/topics/gateway#guild-create-guild-create-extra-fields ) the GUILD_CREATE event have extra fields, all good with GatewayGuildCreateDispatchData, but GatewayGuildCreateDispatch has an issue

vladfrangu commented 2 years ago

Feel free to open a PR to fix this