diff --git a/docs/guides/concepts/ratelimits.md b/docs/guides/concepts/ratelimits.md index 3565f1370..afeb5f795 100644 --- a/docs/guides/concepts/ratelimits.md +++ b/docs/guides/concepts/ratelimits.md @@ -1,6 +1,6 @@ # Ratelimits -Ratelimits are a core concept of the discord api, each verified library must follow the ratelimit guidelines. Labs introduces a ratelimit exposure system to help you follow these ratelimits in your own code. +Ratelimits are a core concept of any API - Discords API is no exception. each verified library must follow the ratelimit guidelines. ### Using the ratelimit callback