Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server specific module loader #93

Open
Mast3rwaf1z opened this issue Dec 16, 2022 · 1 comment
Open

server specific module loader #93

Mast3rwaf1z opened this issue Dec 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Mast3rwaf1z
Copy link
Collaborator

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 Mast3rwaf1z added the enhancement New feature or request label Dec 16, 2022
@Mast3rwaf1z
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant