Skip to content

Commit

Permalink
Fix typo: change < to <<
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming authored Jun 17, 2024
1 parent 4cab26d commit 6c6b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class User extends Part implements Stringable
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 FLAG_ACTIVE_DEVELOPER = (1 << 22);

public const PREMIUM_NONE = 0;
public const PREMIUM_NITRO_CLASSIC = 1;
Expand Down

0 comments on commit 6c6b6fc

Please sign in to comment.