Add Available
field to Emoji struct (#676)
This commit is contained in:
parent
347a4f69b0
commit
d19be02e42
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ type Emoji struct {
|
||||||
Managed bool `json:"managed"`
|
Managed bool `json:"managed"`
|
||||||
RequireColons bool `json:"require_colons"`
|
RequireColons bool `json:"require_colons"`
|
||||||
Animated bool `json:"animated"`
|
Animated bool `json:"animated"`
|
||||||
|
Available bool `json:"available"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageFormat returns a correctly formatted Emoji for use in Message content and embeds
|
// MessageFormat returns a correctly formatted Emoji for use in Message content and embeds
|
||||||
|
|
Loading…
Reference in a new issue