mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-12-01 03:03:48 +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 {
|
GuildCreateEvent struct {
|
||||||
discord.Guild
|
discord.Guild
|
||||||
|
|
||||||
Joined discord.Timestamp `json:"timestamp,omitempty"`
|
Joined discord.Timestamp `json:"joined_at,omitempty"`
|
||||||
Large bool `json:"large,omitempty"`
|
Large bool `json:"large,omitempty"`
|
||||||
Unavailable bool `json:"unavailable,omitempty"`
|
Unavailable bool `json:"unavailable,omitempty"`
|
||||||
MemberCount uint64 `json:"member_count,omitempty"`
|
MemberCount uint64 `json:"member_count,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue