update README

This commit is contained in:
Aaron Blakely 2024-03-14 04:49:23 -05:00
parent a7c4bd1dea
commit 1e80f4e494

View File

@ -49,7 +49,8 @@ These are commands which allow the bot's admin to control it once it's connected
Modules are the main way to extend the functionality of the bot. They are loaded at runtime and can be unloaded and reloaded without restarting the bot. Modules are the main way to extend the functionality of the bot. They are loaded at runtime and can be unloaded and reloaded without restarting the bot.
Currently, the following modules are included: Currently, the following modules are included:
* lua * lua - Provides Lua scripting support
* openssl - Provides SSL support
* test * test
## Windows Support Notes ## Windows Support Notes