p-hennessy / Bolt

All the parts for building a Discord robot
https://docs.bolt.bot/
MIT License
8 stars 6 forks source link

Rate limiting and caching #39

Closed p-hennessy closed 8 years ago

p-hennessy commented 8 years ago

As per request of Stanislav; Arcbot needs to cache some of its RESTful requests as well as limit how fast it can make HTTP requests.

p-hennessy commented 8 years ago

Implmented in: 76f7de5