Skip to content

Commit 7eb3ec5

Browse files
committed
update readme and packagejson
1 parent 218f16b commit 7eb3ec5

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# string-commands
22

3-
The all powerful command handler for anything.
3+
A powerful command handler and parser for all your needs. Includes checks, custom arguments, middlewares and more.
44

55
## Features
66

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "string-commands",
33
"version": "1.1.0",
4-
"description": "The command handler for almost anything.",
4+
"description": "A powerful command handler and parser for all your needs. Includes checks, custom arguments, middlewares and more.",
55
"type": "module",
66
"main": "./src/index.js",
77
"exports": {
@@ -15,10 +15,15 @@
1515
"url": "git+https://github.com/TheAlan404/string-commands.git"
1616
},
1717
"keywords": [
18+
"command-handler",
19+
"command-handlers",
1820
"command",
1921
"handler",
2022
"parser",
2123
"commands",
24+
"string-manipulation",
25+
"command-pattern",
26+
"command-line-parser",
2227
"discord.js",
2328
"discord"
2429
],
@@ -38,8 +43,5 @@
3843
"htmlWhitespaceSensitivity": "ignore",
3944
"useTabs": true,
4045
"tabWidth": 4
41-
},
42-
"optionalDependencies": {
43-
"discord.js": "^14.6.0"
4446
}
4547
}

0 commit comments

Comments
 (0)