This commit is contained in:
Raven Scott 2023-08-20 20:08:13 -04:00
parent 26a88f8525
commit 9a4a561179
1 changed files with 2 additions and 2 deletions

View File

@ -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!