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

# Default logic This will allow things like ShardManager to log a error only if it's not handled Proposed interface ```py handled = dispatcher.dispatch("hello") ``` # Allow streaming events source:...

scope/nextcore.common
type/refactor
type/feature

This would reduce argument clutter in http wrappers, and make it easier to add additional ones. Also reduces the effort required to add more settings. Example usage: ```py rate_limiter_settings =...

type/feature
scope/nextcore.http

Error:`[19:26:08][nextcore.gateway.shard.0][shard.py:548][ERROR] Sent a payload before authenticating. This is probably a library issue! Please make a issue on https://github.com/nextsnake/nextcore/issues` This happens when you disable a intent on the dev portal while...

scope/nextcore.gateway
type/bug

setup: standard bucket. Sent a modal manually via _request.

scope/nextcore.http
type/bug

You can call ShardManager.connect multiple times while its waiting for a response from get_gateway_bot.

scope/nextcore.gateway
type/bug

Currently as far as I know there is no way to mark ExponentialBackoff to never exit. This causes issues like https://github.com/nextsnake/nextcore/blob/e5c288e0c50fdae1c2e0ad25d14755925bee188c/nextcore/gateway/shard_manager.py#L161-L173

scope/nextcore.gateway
type/bug

Check if Reset-At was before the last reset or not. This should give better perf for some requests

type/performance
scope/nextcore.http

https://github.com/discord/discord-api-docs/pull/5282

type/performance
scope/nextcore.gateway

Theres many inconsistencies in the docs, and missing content. They should be cleaned up.

scope/nextcore.common
scope/nextcore.gateway
type/docs
scope/nextcore.http

https://github.com/discord/discord-api-docs/pull/5296 changelog: discord/discord-api-docs#5282

type/refactor
scope/nextcore.gateway