Skip to content

Commit 561234f

Browse files
committed
Bump version and updated readme
1 parent 78df25b commit 561234f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
Simple 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`
1011
3. Run the following command to install the package: `npm install`
12+
4. Build the bot with the following command: `npm run build`
1113
4. Run the bot with the following command: `npm start` or `node .`
1214
5. Enjoy!
1315

@@ -19,4 +21,4 @@ You only need to specify the interaction like the already existing ones in the `
1921
Just 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/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)