update readme
This commit is contained in:
parent
eb80d460cc
commit
dfdeec924d
@ -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:
|
4. **Run the Server**: Use Node.js to start the server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
node <your-server-file>.js
|
node backend-server.js
|
||||||
```
|
```
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
|
@ -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:
|
4. **Run the Bot**: Use Node.js to start the bot:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
node <your-bot-file>.js
|
node discord-bot.js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
Loading…
Reference in New Issue
Block a user