Skip to content

Commit

Permalink
chore(UserFlags): un-document SYSTEM flag
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes a flag that bots should not use, as Discord
said this is an internal flag.

Reference: discord/discord-api-docs@9293f0d
  • Loading branch information
vladfrangu committed Apr 10, 2021
1 parent 577c5bd commit 1774d4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deno/payloads/v8/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export enum UserFlags {
HypeSquadHouseBalance = 1 << 8,
EarlySupporter = 1 << 9,
TeamUser = 1 << 10,
System = 1 << 12,
BugHunterLevel2 = 1 << 14,
VerifiedBot = 1 << 16,
EarlyVerifiedBotDeveloper = 1 << 17,
Expand Down
1 change: 0 additions & 1 deletion payloads/v8/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const enum UserFlags {
HypeSquadHouseBalance = 1 << 8,
EarlySupporter = 1 << 9,
TeamUser = 1 << 10,
System = 1 << 12,
BugHunterLevel2 = 1 << 14,
VerifiedBot = 1 << 16,
EarlyVerifiedBotDeveloper = 1 << 17,
Expand Down

0 comments on commit 1774d4c

Please sign in to comment.