DisnakeDev / disnake

An API wrapper for Discord written in Python.
https://docs.disnake.dev
MIT License
722 stars 137 forks source link

Rewrite ratelimit handling to use X-Ratelimit-Bucket #663

Open onerandomusername opened 2 years ago

onerandomusername commented 2 years ago

Summary

title

What is the feature request for?

The core library

The Problem

ratelimiting is sync

The Ideal Solution

rewrite ratelimit handling

The Current Solution

slowdowns on requests, plus possible bucketing issues

Additional Context

No response

EmmmaTech commented 1 year ago

I would like to work on this.