From fc5bc7c4f1bbd6befa43d2f39fcfc868a69ce74c Mon Sep 17 00:00:00 2001 From: 4N0N_H4X0R||Aiden <31042247+4n0nh4x0r@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:07:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9814b19..ec71b98 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What is this thing? Have you ever programmed a project that took more than a second to start up, for example a discord bot? Then you probably encountered getting impatient, or being afraid of hitting the ratelimit for logins. -If that is the case, then this peoject base is the perfect solution for you. +If that is the case, then this project base is the perfect solution for you. This project base allows you to add/edit/remove functionality (modules) at any time on runtime without having to restart the project. That way ratelimits like discord's 1 login per 5 seconds for example wont be hit, as the bot simply doesnt need to restart to add features.