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:
parent
dc303a8635
commit
64c6ca7916
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue