Initial Telegram AI bot

This commit is contained in:
hbrain 2026-05-22 06:01:00 +00:00
commit 2f88229a1f
8 changed files with 1047 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
node_modules/
.env
*.sqlite
*.sqlite-shm
*.sqlite-wal
npm-debug.log*
.DS_Store