Bug Fixes & Command/Fallback Setup

This commit is contained in:
Indrajith K L
2021-03-11 17:04:28 +05:30
parent 910999291d
commit 749f46e239
2 changed files with 47 additions and 11 deletions

View File

@@ -12,6 +12,7 @@
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.1",
"dotenv": "^8.2.0"
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1"
}
}