Implement Discord CnC Server into Emmelia

This commit is contained in:
Logan Cusano
2023-02-24 21:27:55 -05:00
parent 0ee5c4293f
commit 24b16d87ea
19 changed files with 926 additions and 135 deletions

View File

@@ -6,7 +6,6 @@
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"airtable": "^0.11.1",
"axios": "^0.24.0",
"chatgpt": "^1.4.0",
"discord-api-types": "^0.35.0",
@@ -20,7 +19,12 @@
"openai": "^3.1.0",
"parse-files": "^0.1.1",
"rss-parser": "^3.12.0",
"mysql": "2.18.1"
"mysql": "2.18.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",