Change RateLimiter to interface
Closed this issue · 2 comments
yk-sgr commented
Right now you just can use the per-instance rate limit caching. If you have a distributed bot this might not be the best approach. It would be better to make the RateLimiter as an interface so you can create your individual implementation.
lus commented
Hey^^
Yeah, sounds nice. I'll see what I can do later on. Thank you.