Initial commit: Discord-Claude Gateway with event-driven agent runtime

This commit is contained in:
2026-02-22 13:44:22 -05:00
parent 68f24d50e1
commit b4f340b610
8 changed files with 335 additions and 76 deletions

View File

@@ -15,7 +15,9 @@
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"node-cron": "^4.2.1"
"node-cron": "^4.2.1",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3"
},
"devDependencies": {
"@types/node": "^25.3.0",