first commit
This commit is contained in:
22
.history/package_20251216202006.json
Normal file
22
.history/package_20251216202006.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user