From 918cce64e98591faba873e222ea9dd39aad07eea Mon Sep 17 00:00:00 2001 From: Nat Date: Tue, 5 Oct 2021 01:22:27 -0500 Subject: [PATCH] discord: Fix json tag for Guild.Features (#283) --- discord/guild.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.go b/discord/guild.go index 882dadc..9b6838c 100644 --- a/discord/guild.go +++ b/discord/guild.go @@ -62,7 +62,7 @@ type Guild struct { // Emojis are the custom guild emojis. Emojis []Emoji `json:"emojis"` // 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. //