From 86edf83ed4e06c627f064478f176512d8604153a Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:21:15 +0000 Subject: [PATCH] fix: shorter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edeff1183..d7c79c651 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ TODO: add coverage back when it is stable the difficulties of extending built-in classes and inheritance. - **Cross Runtime**: Supports both Deno and Node.js runtimes. - **Standalone REST, Gateway, Custom Cache & more**: Discordeno provides the ability to have almost every part of a bot as a standalone piece. -- **Plugins:** Library is designed to let you plugin and override any part of the code. Never deal with the headaches of maintaining your fork just to get something customized for your needs. You can use plugins for almost anything, for example we have a few official plugins. +- **Plugins:** Designed to let you plugin and override any part of the code. Never deal with the headaches of maintaining your fork just to get something customized for your needs. You can use plugins for almost anything, for example we have a few official plugins. - Cache plugin that enables caching everything. - Sweeper plugin that enables sweepers to clean the cache every once in a while. - Permission plugin checks internally all missing permissions before forwarding a request to the Discord API so that the client does not get globally banned by Discord.