1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-27 17:23:00 +00:00

Gateway: Fixed GuildCreateEvent not having Channels

This commit is contained in:
diamondburned (Forefront) 2020-05-17 22:48:16 -07:00
parent dc303a8635
commit 64c6ca7916

View file

@ -51,7 +51,7 @@ type (
VoiceStates []discord.VoiceState `json:"voice_states,omitempty"`
Members []discord.Member `json:"members,omitempty"`
Channels []discord.Channel `json:"channel,omitempty"`
Channels []discord.Channel `json:"channels,omitempty"`
Presences []discord.Presence `json:"presences,omitempty"`
}
GuildUpdateEvent discord.Guild