Ratelimits can happen when you send a request too many times in a certain amount of time. To avoid these ratelimits, they should tell you in the documents what their ratelimits are. To abide with the ratelimits, use `asyncio.sleep()`. This function will make sure that loops aren't going through less than one second.