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!