mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-28 09:42:58 +00:00
gateway: fix Joined field in GuildCreateEvent (#193)
This commit is contained in:
parent
cafff103e5
commit
20166f33cc
|
@ -50,7 +50,7 @@ type (
|
|||
GuildCreateEvent struct {
|
||||
discord.Guild
|
||||
|
||||
Joined discord.Timestamp `json:"timestamp,omitempty"`
|
||||
Joined discord.Timestamp `json:"joined_at,omitempty"`
|
||||
Large bool `json:"large,omitempty"`
|
||||
Unavailable bool `json:"unavailable,omitempty"`
|
||||
MemberCount uint64 `json:"member_count,omitempty"`
|
||||
|
|
Loading…
Reference in a new issue