File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Simple and easy to use Slash Command Handler for Discord.js v14.
33
44## Prerequisites
5- - Node.js v18.16.0 or newer is recommended. Older versions might work. You can download it [ here] ( https://nodejs.org/en/download/ ) .
5+ - Node.js v18.16.1 or newer is recommended. Older versions might work. You can download it [ here] ( https://nodejs.org/en/download/ ) .
6+ - Typescript v5.1.6 or newer is recommended. Older versions might work. You can download it [ here] ( https://www.typescriptlang.org/download ) .
67
78## Installation
8- 1 . Fill out the ` config.js .TEMPLATE ` located in the ` src/data ` folder.
9- 2 . Rename the ` config.js .TEMPLATE ` to ` config.js `
9+ 1 . Fill out the ` config.ts .TEMPLATE ` located in the ` src/data ` folder.
10+ 2 . Rename the ` config.ts .TEMPLATE ` to ` config.ts `
10113 . Run the following command to install the package: ` npm install `
12+ 4 . Build the bot with the following command: ` npm run build `
11134 . Run the bot with the following command: ` npm start ` or ` node . `
12145 . Enjoy!
1315
@@ -19,4 +21,4 @@ You only need to specify the interaction like the already existing ones in the `
1921Just make a pull request and I will review it.
2022
2123## License
22- [ MIT] ( https://choosealicense.com/licenses/mit/ )
24+ [ MIT] ( https://choosealicense.com/licenses/mit/ )
Original file line number Diff line number Diff line change 11{
22 "name" : " discord.js-advanced-command-handler" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 4.0 .0" ,
44 "description" : " 🤖 Discord.js V14 Command and Event Handler" ,
55 "main" : " ./dist/index.js" ,
66 "exports" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments