Skip to main content

Prefix

The prefix is a character or string that is at the beginning of a command. It is used to distinguish between normal messages and commands.
By default, the prefixes are !, ;, and @juno.

Changing the Prefix

The prefix can be changed with the prefix set and prefix add commands.

Setting the Prefix

You can use the prefix set command to replace all existing prefixes with a new one.
;prefix set <substring>

Adding a Prefix

You can use the prefix add command to add a new prefix to the existing ones.
This will allow you to use multiple prefixes to invoke commands.
;prefix add <substring>

Additional Commands

Use the prefix remove command to remove an existing prefix.
;prefix remove <substring>
Use the prefix reset command to reset all prefixes to the default ones.
Use the prefix root command to view all prefixes.