Silence starts🤫

This commit is contained in:
2024-04-26 20:04:02 +02:00
parent c5bcc69347
commit 6827a26dc9
6 changed files with 2082 additions and 1 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "bothoven",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-telegram-bot-api": "^0.65.1",
"tgsnake": "^3.1.0"
}
}