diff --git a/structs.go b/structs.go index d46a992..33c5862 100644 --- a/structs.go +++ b/structs.go @@ -330,8 +330,8 @@ type Emoji struct { Name string `json:"name"` Roles []string `json:"roles"` User *User `json:"user"` - Managed bool `json:"managed"` RequireColons bool `json:"require_colons"` + Managed bool `json:"managed"` Animated bool `json:"animated"` Available bool `json:"available"` }