change sendMessage wrapper, migrate from websocket connection to webhook for EventSub (reverse proxy)

This commit is contained in:
2025-06-24 01:36:43 +02:00
parent 37a38eb9e0
commit 2a430befbf
9 changed files with 75 additions and 30 deletions

View File

@@ -5,13 +5,13 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.8.3"
},
"private": true,
"type": "module",
"dependencies": {
"@twurple/auth": "^7.3.0",
"@twurple/eventsub-ws": "^7.3.0",
"@twurple/eventsub-http": "^7.3.0",
"surrealdb": "^1.3.2"
}
}