Module installation | General
How to add a module to your bot? It's simple!
The FoxCodeBot is designed to be modular. That means you can have only modules you need installed on your bot, saving server resources and preventing unnecessary features on your server.
New module installation
Download the module
Unzip and copy files into
/modules
directoryCheck that you don't need to install any additional python packages
Open config file of the module, set everything up to your liking
Restart the bot
Last updated
Was this helpful?