Skip to content

Commit

Permalink
chore(UserFlags): remove system flag (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Apr 25, 2021
1 parent 705d7b3 commit 2c54f72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/util/UserFlags.js
Expand Up @@ -31,7 +31,6 @@ class UserFlags extends BitField {}
* * `HOUSE_BALANCE`
* * `EARLY_SUPPORTER`
* * `TEAM_USER`
* * `SYSTEM`
* * `BUGHUNTER_LEVEL_2`
* * `VERIFIED_BOT`
* * `EARLY_VERIFIED_BOT_DEVELOPER`
Expand All @@ -48,7 +47,6 @@ UserFlags.FLAGS = {
HOUSE_BALANCE: 1 << 8,
EARLY_SUPPORTER: 1 << 9,
TEAM_USER: 1 << 10,
SYSTEM: 1 << 12,
BUGHUNTER_LEVEL_2: 1 << 14,
VERIFIED_BOT: 1 << 16,
EARLY_VERIFIED_BOT_DEVELOPER: 1 << 17,
Expand Down
1 change: 0 additions & 1 deletion typings/index.d.ts
Expand Up @@ -3297,7 +3297,6 @@ declare module 'discord.js' {
| 'HOUSE_BALANCE'
| 'EARLY_SUPPORTER'
| 'TEAM_USER'
| 'SYSTEM'
| 'BUGHUNTER_LEVEL_2'
| 'VERIFIED_BOT'
| 'EARLY_VERIFIED_BOT_DEVELOPER';
Expand Down

0 comments on commit 2c54f72

Please sign in to comment.