boombox_plugin

This commit is contained in:
.[d]. 2022-07-24 04:37:20 -05:00
parent a5606f97b4
commit d2ab80ac07

View File

@ -271,6 +271,7 @@ export OPENAPI_KEY="sk-ERWPOEIRWadfasdfawerWRWERWERWE123512351235123512"
- personalties/trained.db - `this is where trained data is stored/cached openai_plugin.py`
- plugins/auth_plugin.py - `used to identify to nickserv when connected or reconnected`
- plugins/base_plugin.py - `a lot of basic core functionality, voice, kick, etc.`
- plugins/boombox_plugin.py - `passively keep record of music that is pumped into a channel`
- plugins/crypto_plugin.py - `used to check crypto market values via the cryptocompare exchange`
- plugins/dsa_plugin.py - `used to automate moderated channel chat control restricting undesirabless`
- plugins/emote_plugin.py - `this is the plugin to show emote faces, it uses the emote.db listed above`