The two kinds
A shortcut for a command.!alias ban b makes !b @Someone Spamming run ban with whatever you type after it.
A saved command. !alias bc = purge bots 100 makes !bc run that entire command, arguments included, every time.
Manage Server
Creates an alias, lists them, or removes them.
!alias ban bcreates a shortcut for a command.!alias bc = purge bots 100saves a full command behind one word.!alias listshows both kinds, grouped.!alias remove b bcremoves several at once.
Prefix command
Shows the aliases available in this server, both Bloom’s built-in ones and yours. Add a command name to see just that command’s. Aliases:
als, ali. Any member can run it.Rules
- A shortcut cannot reuse an existing command’s name. Bloom refuses, because the real command would always win.
- Each shortcut can only be defined once. Remove it before redefining it.
- The command a full alias points at must exist when you create the alias.
- Aliases apply to your server only.
Troubleshooting
My alias runs the wrong command
My alias runs the wrong command
Bloom matches real command names before your aliases, so an alias that collides with a built-in name never fires. Run
!aliases to see what is taken and pick a different word.Bloom says the shortcut already exists
Bloom says the shortcut already exists
That word is already an alias here. Remove it first with
!alias remove <word>, then create it again.Nothing happens when I use my alias
Nothing happens when I use my alias
Confirm it is listed in
!alias list, and that you can run the underlying command yourself. An alias never grants access you do not already have.Related pages
Using prefix commands
How Bloom reads what you type.
Prefix and appearance
Change the prefix your aliases start with.
Commands not responding
When a command or alias does nothing at all.
Full command list
Every command you can alias.