update readme

This commit is contained in:
Raven 2024-08-04 11:59:41 -04:00
parent eb80d460cc
commit dfdeec924d
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ The server includes error handling and logging throughout its operations to ensu
4. **Run the Server**: Use Node.js to start the server:
```bash
node <your-server-file>.js
node backend-server.js
```
### Summary

View File

@ -84,7 +84,7 @@ The bot sets up event listeners for when it becomes ready (`ready` event) and wh
4. **Run the Bot**: Use Node.js to start the bot:
```bash
node <your-bot-file>.js
node discord-bot.js
```
## Summary