Update Emoji struct

This commit is contained in:
Robbie Trencheny 2020-06-26 15:32:53 -07:00
parent 9ce4a230c8
commit f067059526
No known key found for this signature in database
GPG key ID: 1E236BB235BF0021

View file

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