You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,29 @@
1
1
# Discord.js-Advanced-Command-Handler
2
2
3
3
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).
5
4
6
5
## 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/).
8
7
9
8
## 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.
11
10
2. Rename the `config.js.TEMPLATE` to `config.js`
12
11
3. Run the following command to install the package: `npm install`
13
12
4. Run the bot with the following command: `npm start` or `node .`
14
13
5. Enjoy!
15
14
15
+
## Categories
16
+
Category folders are optional, but you cant have a subfolder in a category.
0 commit comments