Mehgugs / lacord

A low level, lightweight discord API library.
MIT License
6 stars 0 forks source link

Rewrite api:request and api:push #10

Closed Mehgugs closed 2 years ago

Mehgugs commented 2 years ago

Every time I look at the rate limit code I cringe. Using a session limiter to handle the global limit which is static should work, then I think I need to look into a note scalable rate limit route tracker.

Mehgugs commented 2 years ago

This has been implemented.