This commit is contained in:
nik
2025-10-01 22:50:58 +03:00
parent 0b35b5b968
commit 2767145612
296 changed files with 39425 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "tg-bot",
"version": "1.0.0",
"main": "tg_filebrowser_bot.js",
"license": "ISC",
"dependencies": {
"telegraf": "^4.16.3",
"dotenv": "^16.4.5"
}
}