/user_filters

Block nicknames, protect avatars, and configure account age filtering.

Manage user protection settings for your server. This command contains 3 subcommand groups for blocking nicknames, protecting user avatars, and configuring account age filtering.


Subcommand Groups

  • nickname -- Block and unblock nicknames

  • avatar -- Protect and unprotect user avatars

  • age_filter -- Configure account age filtering


nickname -- Nickname Blocking

Block specific nicknames from being used in the server. Members who set a blocked nickname will be actioned automatically.

Subcommand
Options
Description

block

name (String, required)

Block a nickname from being used

unblock

name (String, required)

Remove a nickname from the blocklist

view

None

Paginated list of all blocked nicknames (10 per page)

Example

/user_filters nickname block name: FakeAdmin
/user_filters nickname view

avatar -- Avatar Protection

Protect a user's avatar from being copied by other members. When another member uses a protected avatar, they will be actioned automatically.

Subcommand
Options
Description

protect

user (User, required)

Protect a user's avatar

unprotect

user (User, required)

Remove avatar protection from a user

view

None

Paginated list of all protected avatars (10 per page)

Example


age_filter -- Account Age Filter

Configure account age filtering to automatically action accounts that are too new.

Subcommand
Options
Description

age_filter

None

Configure account age filtering settings

Example

SecurityBot shows the current account age filter configuration with interactive controls:

  • Toggle button to enable/disable the filter

  • Dropdown to select minimum account age (1, 3, 7, 14, or 30 days)

  • Dropdown to select action (Kick or Warn Only)

circle-info

When enabling the age filter for the first time, it defaults to 7 days minimum age and Warn Only action.


Permissions

Administrator -- All subcommands require the SecurityBot admin role, Discord ADMINISTRATOR permission, or server ownership.

Last updated