Addons

ItsMyBot has a addon system that allows you to extend the functionality of your bot.

How to install a addon

To install a addon, you need to add the addon folder to the build/addons folder in the bot's directory. For most addons, it's will automatically create it's own configuration file in the configs folder.

Addon Management

You can manage the addons by using the addon command. The command has the following subcommands:

addons list

Lists all the addons that are currently installed and information about them.

addons enable <addon>

Enables a addon.

addons disable <addon>

Disables a addon.

Update a addon

To update a addon, you need to replace the addon folder in the build/addons folder with the new version of the addon.