Skip to content

Commit 0a4367f

Browse files
committed
update readme
1 parent d51be1a commit 0a4367f

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
# Discord.js-Advanced-Command-Handler
22

33
Simple and easy to use Slash Command Handler for Discord.js v14.
4-
If you want a old School Message Command Handler, check out [this older Release](https://github.com/MastiderMast/Discord.js-Advanced-Command-Handler/releases/tag/2.0.1).
54

65
## Prerequisites
7-
- Node.js v19.8.1 or newer is required.
6+
- Node.js v20.0.0 or newer is required. You can download it [here](https://nodejs.org/en/download/).
87

98
## Installation
10-
1. Fill out the `config.js.TEMPLATE` file with your bot's token and your userid.
9+
1. Fill out the `config.js.TEMPLATE` located in the `src/data` folder.
1110
2. Rename the `config.js.TEMPLATE` to `config.js`
1211
3. Run the following command to install the package: `npm install`
1312
4. Run the bot with the following command: `npm start` or `node .`
1413
5. Enjoy!
1514

15+
## Categories
16+
Category folders are optional, but you cant have a subfolder in a category.
17+
```
18+
├───interactions
19+
│ ├───slashCommands
20+
│ │ ├───example.js
21+
│ │ └───category
22+
│ │ └───example.js
23+
│ ├───selectMenus
24+
...
25+
```
26+
1627
## Contributing
1728
Just make a pull request and I will review it.
1829

0 commit comments

Comments
 (0)