Add Kick streaming monitoring module
All checks were successful
Auto Build and Push Docker Image / build (push) Successful in 36s

This commit is contained in:
2026-03-31 09:28:28 +00:00
parent 5bbcb0f53f
commit ce578ab377
8 changed files with 408 additions and 11 deletions

View File

@@ -10,10 +10,16 @@
"dev": "nodemon --watch 'src/**/*.ts' --exec 'node --loader ts-node/esm' src/index.ts",
"deploy": "node --loader ts-node/esm src/deploy-commands.ts"
},
"keywords": ["discord", "bot", "typescript", "modular"],
"keywords": [
"discord",
"bot",
"typescript",
"modular"
],
"author": "sarah",
"license": "MIT",
"dependencies": {
"@nekiro/kick-api": "^2.1.2",
"better-sqlite3": "^12.8.0",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
@@ -25,4 +31,4 @@
"nodemon": "^3.1.9",
"ts-node": "^10.9.2"
}
}
}