Skademaskinen / Putricide

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"
GNU General Public License v3.0
1 stars 0 forks source link

server specific module loader #93

Open Mast3rwaf1z opened 1 year ago

Mast3rwaf1z commented 1 year ago

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.

Mast3rwaf1z commented 1 year ago

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