ItsDrike / code-jam-2024

Python Discord's Code Jam 2024, Contemplative Constellations Team
MIT License
1 stars 0 forks source link

Rate limits #58

Closed ItsDrike closed 1 month ago

ItsDrike commented 1 month ago

This adds support for rate limiting using the global cache implemented in #54.

Using this support, this introduces a global rate-limit for tvdb alongside a per-user rate-limit for the /search command.

Closes #53