Command Aliases
Create shortcuts to invoke other commands.
Overview
Command aliases allow you to create custom commands that run other commands. This can be useful for creating shorter or more memorable commands for your server. For example, you could create an alias that runs theban command with a custom name like deport.
Creating an alias
Predefined arguments
You can use predefined arguments in your aliases. If you want to pass what the user types into the alias, use{0} for the first argument, {1} for the second, and so on.
timeout command where {0} is replaced by whoever you mention, and 10m is fixed as the duration.
Making a command to grant image permissions
If you want to create a command that grants a specific role to a user, you can use the following alias which invokes therole command with the predefined image role.
Removing an alias
Related commands
- View an alias
- List all aliases
- Reset
See what command a shortcut invokes.

