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
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
@cbryant02 mentioned exposing a REST API for the GUI wrapper to work through. I'd be happy to take a crack at this if given a little direction/place to start/some basic requirements, since I'm not terribly familiar with the code base beyond what I've contributed in command modules.
The text was updated successfully, but these errors were encountered:
As much as I would like to, I haven't had much time on my hands to focus on this project. Here are some basic ideas, though. I'll continue to expand on this as we go.
API outline
GET requests
Bot ID
Operator ID
Uptime
Guild count
Handling events
Communicating events from the bot to the wrapper should be done over a WebSocket. Here's some example payloads.
User 195635151005417472 in guild 175928847299117063 ran g!wikipedia dog
I plan on working on this in November, when my semester ends as I pretty much have zero time outside of school. This is assuming nobody else takes up the task, to which they are of course welcome to 🙂
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@cbryant02 mentioned exposing a REST API for the GUI wrapper to work through. I'd be happy to take a crack at this if given a little direction/place to start/some basic requirements, since I'm not terribly familiar with the code base beyond what I've contributed in command modules.
The text was updated successfully, but these errors were encountered: