Aliases


With the introduction of multi-command inputs, I implemented an alias system that can shorten the command call of a long series of commands.

Simple Example

!setalias botinfo (version) | (about) --> This command will register the alias as botinfo.
!botinfo --> Now you can call this registered alias as a command, hence shortening the command call!

Alias Commands

General aliases are stored in the custom_aliases.csv file in the cfg folder.
Plugin specific aliases are stored in the aliases.csv file in that plugin folder.
NOTE: Commands used in aliases will still require the appropriate user privileges!