Gateway: Fixed a typo in GuildCreateEvent

This commit is contained in:
diamondburned (Forefront) 2020-04-21 15:30:10 -07:00
parent 451d838544
commit 5c85e4aa64
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ type (
Unavailable bool `json:"unavailable,omitempty"`
MemberCount uint64 `json:"member_count,omitempty"`
VoiceStates []discord.VoiceState `json:"voice_state,omitempty"`
VoiceStates []discord.VoiceState `json:"voice_states,omitempty"`
Members []discord.Member `json:"members,omitempty"`
Channels []discord.Channel `json:"channel,omitempty"`
Presences []discord.Presence `json:"presences,omitempty"`