include dotenv

This commit is contained in:
SowinskiBraeden committed 2022-09-01 16:37:25 -07:00
1 parent 95a56bc2c8
commit 390e2438fb
4 files changed
+20

No files matched your search

+3
View File
@@ -11,3 +11,6 @@ Logs.log
# Command example images
content/commands/*
#env
.env
+2
View File
@@ -1,3 +1,5 @@
require('dotenv').config();
module.exports = {
Dev: "PROD.",
Version: "12.4.2",
+14
View File
@@ -13,6 +13,7 @@
"colors": "^1.4.0",
"discord-bitfield-calculator": "^1.0.0",
"discord.js": "^14.3.0",
"dotenv": "^16.0.2",
"mongodb": "^4.7.0",
"mongoose": "^6.4.2",
"winston": "^3.8.1"
@@ -305,6 +306,14 @@
"node": ">=16.9.0"
}
},
"node_modules/dotenv": {
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"engines": {
"node": ">=12"
}
},
"node_modules/enabled": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
@@ -1018,6 +1027,11 @@
"ws": "^8.8.1"
}
},
"dotenv": {
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA=="
},
"enabled": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
+1
View File
@@ -18,6 +18,7 @@
"colors": "^1.4.0",
"discord-bitfield-calculator": "^1.0.0",
"discord.js": "^14.3.0",
"dotenv": "^16.0.2",
"mongodb": "^4.7.0",
"mongoose": "^6.4.2",
"winston": "^3.8.1"