Skip to content

Commit

Permalink
Suspected spam user flag
Browse files Browse the repository at this point in the history
This isn't officially documented but was confirmed by checking a user's flags who had the "Engaged in suspected spam activity" signal
  • Loading branch information
valzargaming committed Feb 13, 2025
1 parent d97dc70 commit 6a1016e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Discord/Parts/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +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_SUSPECTED_SPAM = (1 << 20); // Not documented
public const FLAG_ACTIVE_DEVELOPER = (1 << 22);

public const PREMIUM_NONE = 0;
Expand Down

0 comments on commit 6a1016e

Please sign in to comment.