Implement Discord CnC Server into Emmelia
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user