mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 17:23:00 +00:00
Gateway: Fixed a typo in GuildCreateEvent
This commit is contained in:
parent
451d838544
commit
5c85e4aa64
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue