Initial commit

This commit is contained in:
Eduard Baturin 2026-04-20 22:31:45 +03:00
commit 840b3af2eb
10 changed files with 550 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"@grammyjs/files": "^1.2.0",
"dotenv": "^17.4.2",
"grammy": "^1.42.0"
}
}