From 9a4a561179df103f899f09bdf24987014085a0d3 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 20 Aug 2023 20:08:13 -0400 Subject: [PATCH] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4690912..b628739 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Structure: **handler** - This folder contains files that read the commands folders contents. -**index.js** - This is the main file to run the bot. +**wttr_bot.js** - This is the main file to run the bot. @@ -25,7 +25,7 @@ Structure: TOKEN = token ``` -4) Run the bot ```node index.js``` +4) Run the bot ```node wttr_bot.js``` Want to make this better? Issue a pull request!