mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-28 17:53:30 +00:00
discord: Fix json tag for Guild.Features (#283)
This commit is contained in:
parent
bfb644c124
commit
918cce64e9
|
@ -62,7 +62,7 @@ type Guild struct {
|
||||||
// Emojis are the custom guild emojis.
|
// Emojis are the custom guild emojis.
|
||||||
Emojis []Emoji `json:"emojis"`
|
Emojis []Emoji `json:"emojis"`
|
||||||
// Features are the enabled guild features.
|
// Features are the enabled guild features.
|
||||||
Features []GuildFeature `json:"guild_features"`
|
Features []GuildFeature `json:"features"`
|
||||||
|
|
||||||
// AppID is the application id of the guild creator if it is bot-created.
|
// AppID is the application id of the guild creator if it is bot-created.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue