first commit

This commit is contained in:
Michaël
2025-12-25 15:08:20 -03:00
commit f62d7b15e2
53 changed files with 4453 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "keyboard-reset-bot",
"version": "1.0.0",
"description": "A minimal Telegram bot that removes reply keyboard buttons in group chats",
"main": "bot.js",
"type": "module",
"scripts": {
"start": "node bot.js"
},
"keywords": [
"telegram",
"bot",
"keyboard",
"reset"
],
"author": "",
"license": "MIT",
"dependencies": {
"telegraf": "^4.15.0",
"dotenv": "^16.3.1"
}
}