The Alias feature allows you to create custom shortcuts for existing commands, making them easier to use and remember.

Requirements

  • Bot must have permissions to:
    • Send messages
    • Embed links
    • View channels

Commands

Add Alias

,alias add <command>, <alias>

Remove Alias

,alias remove <alias>

List Aliases

,alias list

Features

Command Matching

  • Supports fuzzy matching for command names
  • Automatically suggests similar commands if exact match not found
  • Preserves command arguments and options

Alias Rules

  • Cannot create aliases for existing commands
  • Cannot create aliases that conflict with other aliases
  • Aliases are server-specific
  • Supports both regular commands and command groups

Usage Examples

  • Create shorter versions of long commands
  • Create more intuitive names for complex commands
  • Create server-specific command variations
  • Aliases are processed before command execution
  • Command permissions still apply to aliases
  • Aliases can be used with command arguments

Make sure to use unique aliases that don’t conflict with existing commands or other aliases.