Overview
The config system allows you to customize bot responses for commands in your server. Create personalized messages using variables, change reply formats, and make the bot feel unique to your community.Custom replies support dynamic variables like user mentions, server name, timestamps, and more.
Commands
config set
config set
Set a custom reply for a command.Parameters:
Permissions: Manage Server
- command — Command name to customize
- reply — Your custom message (supports variables)
- type — Optional:
text(default) orembed
config add, config create, cfg setPermissions: Manage Server
config reset
config reset
Reset a command back to its default reply.What It Does:
Permissions: Manage Server
- Removes your custom reply
- Restores the original bot response
- Cannot be undone
config remove, config delete, cfg resetPermissions: Manage Server
config list
config list
List all custom reply configurations in your server.What It Shows:
Permissions: Manage Server
- All configured custom replies
- Command name and type (text/embed)
- Reply preview (truncated if long)
- Paginated display (5 per page)
config show, config view, cfg listPermissions: Manage Server
config clear
config clear
Clear all custom reply configurations from your server.What It Does:
Permissions: Manage Server
- Removes ALL custom replies
- Shows confirmation prompt
- 30 second timeout to confirm
- Cannot be undone
config wipe, config resetall, cfg clearPermissions: Manage Server
Available Variables
Use these variables in your custom replies to create dynamic messages:| Variable | Output |
|---|---|
{user} | User’s name |
{user.mention} | Mentions the user |
{target} | Target user’s name |
{moderator} | Moderator’s name |
{server} | Server name |
{channel} | Channel name |
{reason} | Action reason |
{duration} | Action duration |
{role} | Role name |
{timestamp} | Current timestamp |
How It Works
Reply Types
- Text Replies
- Embed Replies
Simple text messages with variables:Best For:
- Quick messages
- Simple notifications
- Status updates
Permission Requirements
Bot Permissions
No special permissions required beyond basic message sending.
User Permissions
Command Requirements:
- Manage Server — Required for all config commands
Aliases
All config commands support multiple aliases:config
Full command
cfg
Short alias
configure
Alternative
Usage Examples
- Moderation
- Welcome/Goodbye
- Role Management
- Management
- Advanced
Related Features
Welcome Messages
Set up automated welcome messages with variables
Server Settings
Configure other server settings and preferences