From e1abc1bca12ceb0b8f22f50ebbb2ba935d2f8166 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Tue, 21 Sep 2021 13:48:25 -0300 Subject: [PATCH] Update ratelimits.md --- docs/guides/concepts/ratelimits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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