1
0
Fork 0
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:
Chan Wen Xu 2021-05-20 21:44:11 +08:00 committed by diamondburned
parent 20166f33cc
commit 5b63307a4a

View file

@ -82,6 +82,7 @@ const (
_ _
VerifiedBot VerifiedBot
VerifiedBotDeveloper VerifiedBotDeveloper
CertifiedModerator
) )
type UserNitro uint8 type UserNitro uint8