koalasthegreat / AmoeboidBot

A Magic the Gathering card bot
1 stars 1 forks source link

Better ratelimiting #20

Open koalasthegreat opened 2 years ago

koalasthegreat commented 2 years ago

In the places we want to limit rates, we're using time.sleep which is very messy. We should use a ratelimiting library to limit the amount of calls to API methods