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
1 changed files with 1 additions and 1 deletions

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