Remove dependency Random, node-fetch (#48)
* removed dependency to Random * removed dependency to node-fetch * remove node-fetch, add got * unstringify json
This commit is contained in:
@ -19,10 +19,9 @@
|
||||
"dependencies": {
|
||||
"discord.js": "^12.5.3",
|
||||
"dotenv": "^9.0.0",
|
||||
"got": "^11.8.2",
|
||||
"module-alias": "^2.2.2",
|
||||
"nedb-promises": "^4.1.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"random": "^3.0.6"
|
||||
"nedb-promises": "^4.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
|
Reference in New Issue
Block a user