From 9f24d9c2bed316d46a99692444d1b966564e3c2d Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Fri, 22 Jul 2022 17:12:47 -0500 Subject: [PATCH] update MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afcaac8..bc59f8d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Structure: **event** - This folder contains files related to discord.js events. (Like "ready", "interactionCreate") -**handler** - This folder contains files read files from the command folder. +**handler** - This folder contains files that read the commands folders contents. **index.js** - This is the main file to run the bot.