You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: