1
0
Fork 0
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:
unknown 2021-05-20 23:54:44 +01:00 committed by diamondburned
parent cfd620ee39
commit 25152c85d9

View file

@ -36,7 +36,7 @@ type Emoji struct {
// This field is only available for custom emojis.
Animated bool `json:"animated,omitempty"`
// 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.
Available bool `json:"available,omitempty"`