Commands
You can use the commands to interact with the bot and perform various actions. You can find here all the default commands available in the bot. You can also create your own commands using the custom commands system.
- Name
addons list
- Description
Show the list of addons.
- Name
addons enable
- Type
- <addon>
- Description
Enable the specified addon. Require a restart to take effect.
- Name
addons disable
- Type
- <addon>
- Description
Disable the specified addon. Require a restart to take effect.
- Name
leaderboard messages
- Description
Show the leaderboard messages.
- Name
meta add
- Type
- <key> <value> <mode> [scope]
- Description
Add a value to the specified key in the meta data. The mode can be
global
,user
orchannel
. The scope is optional and can be used to specify a specific user or channel. Only work withnumber
type.
- Name
meta remove
- Type
- <key> <mode> <type> [scope]
- Description
Remove a value from the specified key in the meta data. The mode can be
global
,user
orchannel
. The type can benumber
,string
,boolean
. The scope is optional and can be used to specify a specific user or channel.
- Name
meta set
- Type
- <key> <value> <mode> <type> [scope]
- Description
Set a value to the specified key in the meta data. The mode can be
global
,user
orchannel
. The type can benumber
,string
,boolean
. The scope is optional and can be used to specify a specific user or channel.
- Name
meta subtract
- Type
- <key> <value> <mode> [scope]
- Description
Subtract a value from the specified key in the meta data. The mode can be
global
,user
orchannel
. The scope is optional and can be used to specify a specific user or channel. Only work withnumber
type.
- Name
meta switch
- Type
- <key> <value> <mode> [scope]
- Description
Switch a value in the specified key in the meta data. The mode can be
global
,user
orchannel
. The scope is optional and can be used to specify a specific user or channel. Only work withboolean
type.
- Name
parse
- Type
- <text>
- Description
Parse a text and replace all the placehalders with their values. Useful to test the placeholders.
- Name
reload
- Description
Reload the bot configuration. This will reload all the addons and the configuration files.