Update Emoji struct
This commit is contained in:
parent
9ce4a230c8
commit
f067059526
1 changed files with 1 additions and 1 deletions
|
@ -330,8 +330,8 @@ type Emoji struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Roles []string `json:"roles"`
|
Roles []string `json:"roles"`
|
||||||
User *User `json:"user"`
|
User *User `json:"user"`
|
||||||
Managed bool `json:"managed"`
|
|
||||||
RequireColons bool `json:"require_colons"`
|
RequireColons bool `json:"require_colons"`
|
||||||
|
Managed bool `json:"managed"`
|
||||||
Animated bool `json:"animated"`
|
Animated bool `json:"animated"`
|
||||||
Available bool `json:"available"`
|
Available bool `json:"available"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue