discord: Fix json tag for Guild.MFA

This commit is contained in:
p5nbTgip0r 2022-08-22 13:41:52 -07:00 committed by diamondburned
parent 22e8d607ad
commit 88e467ba8c
1 changed files with 1 additions and 1 deletions

View File

@ -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"`