fsu-fall2022-capstone / Project-Group-5

A discord bot that connects to the online game nationstates
1 stars 0 forks source link

Implement ratelimit #47

Closed CoderJoshDK closed 1 year ago

CoderJoshDK commented 1 year ago

API has ratelimit

The wrapper for the API currently does not have a rate-limiting function. It has a wrapper for that functionality. But the actual logic is not implemented.

API Rate Limit: 50 requests per 30 seconds.