Alias System

Create your own shortcuts for commands. The alias system allows you to rename commands to something shorter or more memorable, speeding up your workflow.

Creating Aliases

.alias add <name> <command>
Create Shortcut

Map a short keyword to a longer command.

User
UserToday at 4:20 PM
.alias add p play
.alias add <name> <text>
Text Macros

Create a command that outputs specific text.

User
UserToday at 4:20 PM
.alias add rules Please read the #rules channel!

Managing Aliases

.alias list

View all your custom aliases.

.alias remove <name>

Delete an existing alias.

.alias clear

Delete all your aliases.

Live Example

User
UserToday at 4:20 PM
.rules