nextcore
nextcore copied to clipboard
A super fast low level Discord library for full control.
Issues: - [x] No tests - [ ] Doesn't give you info about what part it failed at, it is only logged. Why not just use a exception like pynacl...
Currently there is only 1 Dispatcher - The Dispatcher. It has no specific typing except for the event name, other than that its `*args: Any, **kwargs: Any` which kind of...
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...
Specifically test_wait_for_handler
As the title says. I noticed we never had the PyPI package stated anywhere in the readme, now it's been added with the traditional install instructions.
Would probably just modify the session default headers
We did this in nextcord, however not in nextcore. [nextcord issue adding this](https://github.com/nextcord/nextcord/pull/78)