Skip to main content

Command Aliases

The Alias system allows server administrators to create custom command names that point to existing bot commands. This is perfect for localizing commands or creating shorter, more convenient shortcuts for your community.

How it Works

Aliases act as direct redirects. When a user runs a custom alias, Veronica executes the target command with the exact same logic.

Configuration

Use the /alias command to manage your server’s custom mappings.
1

Add an Alias

Map a new name to an existing command.
/alias add command:userinfo alias:whois
Command redirected! Running ,whois will now trigger the ,userinfo command.
2

List Existing Aliases

View all active mappings in your server:
/alias list
Audit your custom shortcuts.
3

Remove an Alias

Delete a mapping when it’s no longer needed:
/alias remove alias:whois
Alias successfully wiped from server memory.

Command Reference

CommandDescriptionPermission
/alias addCreate a new custom command redirectManage Server
/alias removeDelete a custom aliasManage Server
/alias listView all active aliases in the serverManage Server

Use Cases

  • Localization: Rename commands to match your community’s primary language (e.g., mapping ban to proibir).
  • Shortcuts: Create shorter versions of long commands (e.g., mapping moderationhistory to modhx).
  • Custom Branding: Align command names with your server’s theme or lore.

Best Practices

You cannot create an alias that has the same name as an existing Veronica command or another active alias.
Short, intuitive aliases are more likely to be used by your community.
Aliases work seamlessly with both Slash Commands and Prefix Commands (,).
Custom aliases are server-specific. Aliases created in one server will not be available in another.