mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-05-06 14:04:13 +00:00
discord: Fixed typo
This commit is contained in:
parent
cfd620ee39
commit
25152c85d9
|
@ -36,7 +36,7 @@ type Emoji struct {
|
||||||
// This field is only available for custom emojis.
|
// This field is only available for custom emojis.
|
||||||
Animated bool `json:"animated,omitempty"`
|
Animated bool `json:"animated,omitempty"`
|
||||||
// Available specifies whether the emoji can be used.
|
// Available specifies whether the emoji can be used.
|
||||||
// This may be false tue to loss of Server Boosts.
|
// This may be false due to loss of Server Boosts.
|
||||||
//
|
//
|
||||||
// This field is only available for custom emojis.
|
// This field is only available for custom emojis.
|
||||||
Available bool `json:"available,omitempty"`
|
Available bool `json:"available,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue