Account Age Filter

Anti-alt detection system to filter new accounts

Overview

The Account Age Filter (Anti-Alt) system detects and filters new Discord accounts based on their account creation date. This helps prevent raid attempts from fresh accounts that are commonly used for malicious activities.

Configuration

Configure the anti-alt system using the /antialt command:

/antialt enabled:true
/antialt min_age:48
/antialt action:timeout

Settings

  • enabled: Enable or disable the filter
  • min_account_age_hours: Minimum account age in hours
  • action: Action to take (timeout, kick, ban)
  • ban_duration_hours: Ban duration (0 = permanent)
  • auto_timeout_duration_hours: Auto-timeout duration

Recommended Settings

For most servers, we recommend:

/antialt enabled:true min_age:48 action:timeout

This will timeout accounts younger than 48 hours (2 days). Adjust based on your server's needs.

← Features Overview CAPTCHA Verification →