add telegram bot and autossh tunnel

This commit is contained in:
2026-05-11 21:51:59 +02:00
parent b4c26f39f0
commit 9ac3705d5e
9 changed files with 1050 additions and 5 deletions

16
bot/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "minecraft-telegram-bot",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "bun run bot.ts"
},
"dependencies": {
"grammy": "^1.30.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.5.0"
}
}