Add TwitchMonitor IRC chat logging module
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 21s

This commit is contained in:
2026-04-19 17:52:41 +00:00
parent b6caf4b3b3
commit 2fcb7cec66
8 changed files with 561 additions and 13 deletions

View File

@@ -22,11 +22,13 @@
"better-sqlite3": "^12.8.0",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"tmi.js": "^1.8.5",
"typescript": "^5.8.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.13.9",
"@types/tmi.js": "^1.8.6",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2"
}