From 3d65fa7d8dd36c32666ac8075f24a074eac2e36f Mon Sep 17 00:00:00 2001 From: ayntee Date: Wed, 27 Jan 2021 11:01:03 +0400 Subject: [PATCH] docs(README): omit repetitive sentences --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index efe654644..776e8dfa6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,16 @@ # Discordeno -Discord API library for [Deno](https://deno.land) - +Discord API library for [Deno](https://deno.land) + [![Discord](https://img.shields.io/discord/785384884197392384?color=7289da&logo=discord&logoColor=dark)](https://discord.com/invite/5vBgXk3UcZ) ![Lint](https://github.com/discordeno/discordeno/workflows/Lint/badge.svg) ![Test](https://github.com/discordeno/discordeno/workflows/Test/badge.svg) ## Features -- **Secure & stable**: Discordeno is secure and stable. One of the greatest - issues with almost every library is stability; types are outdated, less (or - minimal) parity with the API, core maintainers have quit or no longer actively - maintain the library, and whatnot. Discordeno, on the other hand, is actively +- **Secure & stable**: Discordeno, on the other hand, 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.