nextcore icon indicating copy to clipboard operation
nextcore copied to clipboard

A super fast low level Discord library for full control.

Results 76 nextcore issues
Sort by recently updated
recently updated
newest added

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...

type/feature

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...

scope/nextcore.common
type/feature

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...

type/feature

Specifically test_wait_for_handler

scope/nextcore.common
type/tests

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

type/feature
scope/nextcore.http

We did this in nextcord, however not in nextcore. [nextcord issue adding this](https://github.com/nextcord/nextcord/pull/78)

type/performance
type/build