nv-kit 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/package.json +17 -4
package/README.md
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nv-kit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Beginner-friendly Discord.js command handler with slash/prefix commands, cooldowns, permissions, and optional MongoDB.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
|
-
"keywords": [
|
|
10
|
-
|
|
9
|
+
"keywords": [
|
|
10
|
+
"discord",
|
|
11
|
+
"discordjs",
|
|
12
|
+
"discord.js",
|
|
13
|
+
"bot",
|
|
14
|
+
"command-handler",
|
|
15
|
+
"handler",
|
|
16
|
+
"slash-commands",
|
|
17
|
+
"prefix-commands",
|
|
18
|
+
"cooldowns",
|
|
19
|
+
"permissions",
|
|
20
|
+
"mongoose",
|
|
21
|
+
"mongodb"
|
|
22
|
+
],
|
|
23
|
+
"author": "hotspot creations",
|
|
11
24
|
"license": "ISC",
|
|
12
25
|
"dependencies": {
|
|
13
26
|
"discord.js": "^14.0.2",
|