{% include 'navigation.html' %}

Server Settings

{{ guild_name }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Mute Settings

Role ID Information

To find a role ID: Right-click on the role → "Copy ID" (Developer mode must be enabled)

Leave empty for automatic search by name
Name for automatically created mute roles
Automatically creates a mute role if none is found

Warning Settings

Number of warnings before automatic actions
Format: 10m, 1h, 2d (minutes, hours, days)
Automatically mutes users when they reach the warning limit

Log Settings

Channel for moderation logs (leave empty to disable)
Logs all moderation actions

Honeypot System

What is a Honeypot?

A honeypot channel is a hidden channel that attracts bots and spam accounts. Any user who writes there will be automatically banned — or if old account protection is enabled, muted for 1 year.

Enables automatic detection in the honeypot channel
Channel where messages trigger a ban
Channel for honeypot logs (empty = disabled)
Users who have been on the server longer than the minimum age will not be banned, but only muted for 1 year (for possibly hacked accounts)
Users must be on the server for at least this many days to be considered an "old account"
Role for muted old accounts. Empty = use normal mute role
Space- or comma-separated role IDs that are exempt from honeypot (e.g., mod roles)
Back to Dashboard