We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b8ad3 commit 44e4acbCopy full SHA for 44e4acb
user.go
@@ -24,6 +24,8 @@ const (
24
UserFlagVerifiedBot UserFlags = 1 << 16
25
UserFlagVerifiedBotDeveloper UserFlags = 1 << 17
26
UserFlagDiscordCertifiedModerator UserFlags = 1 << 18
27
+ UserFlagBotHTTPInteractions UserFlags = 1 << 19
28
+ UserFlagActiveBotDeveloper UserFlags = 1 << 22
29
)
30
31
// UserPremiumType is the type of premium (nitro) subscription a user has (see UserPremiumType* consts).
0 commit comments