Setup & Server
Custom Command Aliases
Map a word of your choice to an existing command, scoped to this server only - e.g. make "merk" run "ban".
Usage
Manage Guild
$alias add <alias> <command>
$alias remove <alias>
Also /alias add/remove (aliases: $aliases,
$customalias for the group; set/create for add;
rm/del/delete for remove). E.g.
$alias add merk ban makes $merk run $ban in this server.
$alias list
Also bare $alias/$aliases, and /alias list - open to anyone, no permission needed.
Rules
- Max 32 characters, no spaces
- Can't reuse a real command's name - it would shadow the actual command
- Can't point an alias at itself
- Aliasing to something that's already a custom alias resolves straight to the real command instead of chaining through it - so removing or changing the middle alias later can't silently break anything built on top of it
- Max 50 aliases per server