Server Settings
The Settings panel is a special module that is always active and cannot be disabled. It contains global server settings that affect bot behavior.
Access
Available to any user who can log into the panel (ADMINISTRATOR or Dashboard Users).
How to open
Go to the module grid
Go to the server's module grid.
Find the Settings tile
Find the Settings tile in the "Administration" section.
Open settings
Click Edit.
Always Active
The Settings tile has no on/off toggle — it's always active because it contains essential server settings.
Available Settings
Broadcast Channel (required)
The channel where the bot sends announcements, changelogs, and broadcasts from the developer.
- You must select a channel from the text channels list
- Configuration cannot be saved without this setting
- Choose a channel visible to all server members
Bot Language
The language in which the bot responds on your server.
| Option | Description |
|---|---|
| English | Default |
| Polski | Full Polish translation |
| Deutsch | German translation |
The bot will automatically change response language after saving.
Default Embed Color
A hex color (e.g., #5865F2) used as the default side bar color in bot embeds when a module doesn't have its own color.
- Click the color square to open the native color picker
- Or enter the hex value manually in the text field
- Format:
#+ 6 characters (0-9, A-F)
Timezone
The IANA timezone used by the bot for scheduling events and interpreting date/time inputs.
| Example values | Region |
|---|---|
Europe/Warsaw | Poland (CET/CEST) |
Europe/Berlin | Germany |
Europe/London | UK (GMT/BST) |
America/New_York | US East Coast |
UTC | No offset (default) |
- Select from the dropdown list of common timezones
- Used by the Schedule Events module to interpret event start times
- Default:
UTC
Timezone Tip
Set this to your server community's primary timezone. When scheduling events via /event schedule or the dashboard, times will be interpreted in this timezone.
Moderation Roles (required)
Roles that grant access to moderation commands (ban, kick, mute, warn) and permissions in the Suggestions, Polls, and Message Builder modules (when set to "moderation_roles").
- Select at least one role from the server roles list
- Members with these roles can manage many aspects of the bot
- The bot requires a minimum of one role — cannot be saved without it
Moderation Role Warning
Make sure moderation roles are assigned to the appropriate people. Anyone with such a role will be able to ban, kick, mute, and manage suggestions/polls.
Dashboard Users (panel access)
A list of Discord users who can use the web panel without ADMINISTRATOR permission.
- Enter a Discord User ID (17-20 digits) and click Add
- To find the ID: enable Developer Mode in Discord → right-click on user → "Copy User ID"
- To remove: click X next to the user ID
- Users from this list have full access to the server's bot configuration in the panel
When to use Dashboard Users?
Add trusted moderators here who should have panel access but you don't want to give them full ADMINISTRATOR permissions on Discord.
Saving Changes
The panel uses the UnsavedBar pattern — after making changes, a bar appears at the bottom of the screen with buttons:
- Save — saves all changes to the server
- Cancel — reverts changes to the last saved state
If you try to leave the panel without saving, the bar will turn red and shake the screen, reminding you of unsaved changes.
Save Validation
Settings cannot be saved if:
- No broadcast channel is selected
- No moderation role is selected
- The embed color has an invalid hex format