You can find a collection of available plugins in this repo.
To install a plugin simply do the following:
- Download the desired plugin
- Move the plugin into the Bot/Plugin folder.
- In case you have
load_all_plugins
set to false inside your config, you now need to add the plugin filename ( without the .py extension ) to theplugin_list
. E.g CommandHelp.py would be CommandHelp - You may need to adjust your configs plugins section and add additional values. Every plugin is expected to provide you with a list of configuration options and an example json. You can usually find the documentation inside the plugin, which can be opened with any text editor.