mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-05 19:57:02 +00:00
discord: Fix json tag for Guild.MFA
This commit is contained in:
parent
22e8d607ad
commit
88e467ba8c
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue