Skip to content

Commit 2ce1f52

Browse files
committed
Update README.md
1 parent fec0e73 commit 2ce1f52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is an example bot to make commands with categories using discord.js v13, it
33
If you find an error or need support, go to my discord server and open a ticket > [Discord Server Here](https://dsc.gg/faithcommunity)
44

55
# Dependencies
6-
* Node v16
6+
* Node v17
77
* npm
88

99
# Steps on how to run this project
@@ -26,7 +26,7 @@ If you find an error or need support, go to my discord server and open a ticket
2626

2727
* Step 7: Edit `.env.example` file and paste your bot token.
2828
* Step 8: Rename `.env.example` to `.env`.
29-
* Step 9: Edit the `config.json` file to your liking.
29+
* Step 9: Edit the `config.js` file to your liking.
3030
* Step 10: Install bot dependencies with `npm i`.
3131
* Step 11: Start the bot with `npm start`!
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Discord.js-v13-Example",
2+
"name": "discord.js-v13-example",
33
"version": "1.0.0",
44
"description": "Discord.js v13 Example Bot by Expectatives#1157",
55
"main": "index.js",

0 commit comments

Comments
 (0)