nextsnake / nextcore

A super fast low level Discord library for full control.
https://nextcore.readthedocs.io/en/latest/
MIT License
27 stars 6 forks source link

Basic endpoint implementation #255

Open TAG-Epic opened 1 year ago

TAG-Epic commented 1 year ago

This is not called webhook because of potential confusion between this and the channel webhooks.

This is for anything that receives HTTP requests originating from Discord's servers.

My structure for this is going to be to

Unsure of how the different features like interactions and oauth are going to fit into this as there is quite a lot of features to cram into one class, however I don't know any better way to structure it.

TODO: