From 56ae257f02c1f83bf4bdf479d314f52b374a3990 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 28 Feb 2021 00:06:45 +0400 Subject: [PATCH] docs(README): add link to invalid request limit (#552) * docs(README): add link to invalid request limit * style: format README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1759d3482..97d6e7517 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Discordeno follows [Semantic Versioning](https://semver.org/) - **Secure & stable**: Discordeno is actively maintained to ensure great performance and convenience. Moreover, it internally checks all missing permissions before forwarding a request to the Discord API so that the client - does not get globally-banned by Discord. + does not get + [globally-banned by Discord](https://discord.com/developers/docs/topics/rate-limits#invalid-request-limit). - **Simple, Efficient, & Lightweight**: Discordeno is simplistic, easy-to-use, versatile while being efficient and lightweight. Follows [Convention Over Configuration](https://en.wikipedia.org/wiki/Convention_over_configuration)