alias
The alias command allows you to shorten the name of a game in the channel's title. This can be helpful for shortening the names of some games or, if your group has another name they refer to a game by.
add
The /alias add
command adds a new alias. So if you were playing "F1 2021" /alias add "F1 2021" "F1"
every time the channel name updates instead of F1 2021
F1
would appear.
Options
- activity The name of the activity that you want to add an alias for. (Autosuggested based on the games currently being playing in the channel you're in)
- alias What alias you want to replace it with.
update
The /alias update
updates an existing alias by it's asociated activity.
Options
- activity The name of the activity that you want to update the alias for (autosuggested based on existing aliases)
- alias The new alias that you want to give it.
remove
This does exactly as you would expect, it removes an alias for a given activity. For example /alias remove "F1 2021"
would remove the alias that we set before for F1 2021
.
Options
- activity The exact name of the activity that you want to delete the alias of.