Skip to content

Commit

Permalink
add missing userflags
Browse files Browse the repository at this point in the history
nitro basic was missing and adding the new Active Developer Badge
  • Loading branch information
key2peace authored and SQKo committed Nov 28, 2022
1 parent 05d277c commit 4c22972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Discord/Parts/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ class User extends Part
public const FLAG_VERIFIED_BOT_DEVELOPER = (1 << 17);
public const FLAG_DISCORD_CERTIFIED_MODERATOR = (1 << 18);
public const BOT_HTTP_INTERACTIONS = (1 << 19);
public const FLAG_ACTIVE_DEVELOPER = (1 < 22);

public const PREMIUM_NONE = 0;
public const PREMIUM_NITRO_CLASSIC = 1;
public const PREMIUM_NITRO = 2;
public const PREMIUM_NITRO_BASIC = 3;

/**
* @inheritdoc
Expand Down

0 comments on commit 4c22972

Please sign in to comment.