Overview
Command aliases allow you to create custom shortcuts for existing bot commands. This makes it easier for your community to use frequently accessed commands by creating shorter or more intuitive names.Aliases are server-specific and only work in the server where they’re created.
Commands
alias add
alias add
Create a custom alias for an existing command.Parameters:
- alias — Your custom shortcut name (must be lowercase)
- actual_command — The real command to execute
- Creates a new command shortcut for your server
- When users type the alias, it runs the actual command
- Cannot override existing bot commands
alias remove
alias remove
Remove a specific alias from your server.Parameters:
- alias — The alias to remove
- Deletes the specified alias
- The original command remains unaffected
- Users can no longer use the removed shortcut
alias list
alias list
View all aliases configured in your server.What It Shows:
- All custom aliases in your server
- The actual command each alias runs
- Paginated display (5 aliases per page)
- Total number of aliases
If you have many aliases, use the navigation buttons to browse through pages.
alias clear
alias clear
Remove all aliases from your server.What It Does:
- Deletes ALL aliases in your server
- Cannot be undone
- Leaves original commands intact
How It Works
Create an Alias
Add a shortcut for a command you use frequently:Now typing
~w will run the ~welcome command.Permission Requirements
Bot Permissions
No special permissions required beyond basic message reading and sending.
User Permissions
Command Requirements:
- Administrator — Required for all alias commands
Troubleshooting
Command conflict error
Command conflict error
Problem: “That alias conflicts with an existing command”Solution:
- Choose a different alias name
- Aliases cannot replace existing commands
- Try a variation (e.g.,
winstead ofwelcome) - Check available commands with
~help
Permission denied
Permission denied
Problem: “You must have administrator permission to manage aliases”Solution:
- Verify you have the Administrator permission
- Check your role has sufficient privileges
- Ask a server administrator for access
Alias not found
Alias not found
Problem: “No alias named
X exists in this server”Solution:- Check spelling of the alias
- View all aliases with
~alias list - Verify the alias was actually created
- Aliases are case-insensitive
Missing arguments
Missing arguments
Problem: “You must provide both an alias and a command”Solution:
- Include both parameters:
~alias add <alias> <command> - Correct:
~alias add w welcome - Incorrect:
~alias add w
Alias doesn't work
Alias doesn't work
Problem: Using the alias doesn’t run the commandSolutions:
- Verify alias exists with
~alias list - Check you’re using the correct prefix (~)
- Ensure the target command is valid
- Try recreating the alias
No aliases found
No aliases found
Problem: “No aliases have been set up in this server”Solution:
- This is normal if you haven’t created any aliases yet
- Create your first alias:
~alias add hi help - Aliases are server-specific
Usage Examples
- Basic Shortcuts
- Intuitive Names
- Server-Specific
- Management
- Common Patterns
Limitations
Related Features
Autorole
Automatically assign roles to new members when they join
Server Configuration
Learn about other server customization options