This project is a Discord bot initially created to serve the World of Warcraft guild "The Nut Hut" on the server "Argent Dawn". It has since then gone through multiple iterations, now being called "Putricide"
an idea is to use classloaders over a socket to use some IPC. The response to the client from the module could be formatted in json to allow for different types of responses
make a module loader that can take a python script and run it, returning data to be displayed in the client
These python scripts should be able to register as new commands and interact directly with the JDA object
This will be very difficult to implement, but if it works it will be very useful for small features.