mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 18:53:30 +00:00
discord: Add certified moderator user flag
A new user flag has been documented in discord/discord-api-docs@55cd3d7. This commit adds the flag to arikawa.
This commit is contained in:
parent
20166f33cc
commit
5b63307a4a
|
@ -82,6 +82,7 @@ const (
|
||||||
_
|
_
|
||||||
VerifiedBot
|
VerifiedBot
|
||||||
VerifiedBotDeveloper
|
VerifiedBotDeveloper
|
||||||
|
CertifiedModerator
|
||||||
)
|
)
|
||||||
|
|
||||||
type UserNitro uint8
|
type UserNitro uint8
|
||||||
|
|
Loading…
Reference in a new issue