Closed MARCROCK22 closed 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
Feel free to open a PR to fix this
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