1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-28 09:42:58 +00:00

discord: Fix json tag for Guild.Features (#283)

This commit is contained in:
Nat 2021-10-05 01:22:27 -05:00 committed by GitHub
parent bfb644c124
commit 918cce64e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
// //