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

  1. Download the module

  2. Unzip and copy files into /modules directory

  3. Check that you don't need to install any additional python packages

  4. Open config file of the module, set everything up to your liking

  5. Restart the bot

Last updated

Was this helpful?