We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a048ba commit df390c2Copy full SHA for df390c2
.gitignore
@@ -6,6 +6,7 @@ npm-debug.log*
6
yarn-debug.log*
7
yarn-error.log*
8
9
+package-lock.json
10
node_modules/
11
dist/
12
# TypeScript v1 declaration files
package.json
@@ -14,8 +14,8 @@
14
"discord-akairo": "^8.1.0",
15
"discord.js": "^12.5.1",
16
"discord.js-docs": "BenjammingKirby/discord.js-docs#types",
17
- "dotenv": "^8.2.0",
18
- "pm2": "^4.5.1"
+ "dotenv": "^10.0.0",
+ "pm2": "^5.1.2"
19
},
20
"devDependencies": {
21
"@types/ms": "^0.7.31",
@@ -29,4 +29,4 @@
29
"ts-node-dev": "^1.1.1",
30
"typescript": "^4.1.3"
31
}
32
-}
+}
0 commit comments