forked from pothtonswer/discordmuffin
feat(UserFlags): add BotHTTPInteractions and ActiveDeveloper (#1465)
--------- Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
This commit is contained in:
parent
e8b8ad326b
commit
44e4acb7d5
1 changed files with 2 additions and 0 deletions
2
user.go
2
user.go
|
@ -24,6 +24,8 @@ const (
|
||||||
UserFlagVerifiedBot UserFlags = 1 << 16
|
UserFlagVerifiedBot UserFlags = 1 << 16
|
||||||
UserFlagVerifiedBotDeveloper UserFlags = 1 << 17
|
UserFlagVerifiedBotDeveloper UserFlags = 1 << 17
|
||||||
UserFlagDiscordCertifiedModerator UserFlags = 1 << 18
|
UserFlagDiscordCertifiedModerator UserFlags = 1 << 18
|
||||||
|
UserFlagBotHTTPInteractions UserFlags = 1 << 19
|
||||||
|
UserFlagActiveBotDeveloper UserFlags = 1 << 22
|
||||||
)
|
)
|
||||||
|
|
||||||
// UserPremiumType is the type of premium (nitro) subscription a user has (see UserPremiumType* consts).
|
// UserPremiumType is the type of premium (nitro) subscription a user has (see UserPremiumType* consts).
|
||||||
|
|
Loading…
Reference in a new issue