From 88e467ba8c044c0425ad762c266f21a1ce9034d2 Mon Sep 17 00:00:00 2001 From: p5nbTgip0r Date: Mon, 22 Aug 2022 13:41:52 -0700 Subject: [PATCH] discord: Fix json tag for Guild.MFA --- discord/guild.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.go b/discord/guild.go index 2559416..bd1d8b5 100644 --- a/discord/guild.go +++ b/discord/guild.go @@ -34,7 +34,7 @@ type Guild struct { // NitroBoost is the premium tier (Server Boost level). NitroBoost NitroBoost `json:"premium_tier"` // MFA is the required MFA level for the guild. - MFA MFALevel `json:"mfa"` + MFA MFALevel `json:"mfa_level"` // OwnerID is the id of owner. OwnerID UserID `json:"owner_id"`