Skip to content

Commit

Permalink
feat(UserFlags): add BotHTTPInteractions and ActiveDeveloper (#1465)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
  • Loading branch information
Ju0x and FedorLap2006 committed Dec 4, 2023
1 parent e8b8ad3 commit 44e4acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const (
UserFlagVerifiedBot UserFlags = 1 << 16
UserFlagVerifiedBotDeveloper UserFlags = 1 << 17
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).
Expand Down

0 comments on commit 44e4acb

Please sign in to comment.