Dateien nach "/" hochladen

This commit is contained in:
M_Viper 2024-01-14 10:58:41 +01:00
parent 91e28fe84f
commit 38c244a1fa
2 changed files with 1726 additions and 0 deletions

1702
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "support_bot",
"version": "1.0.0",
"description": "Telegram Support Bot",
"main": "support_bot.js",
"keywords": [
"telegram",
"support",
"bot"
],
"author": "M_Viper",
"license": "ISC",
"dependencies": {
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"multer": "^1.4.5-lts.1",
"node-telegram-bot-api": "^0.63.0",
"nodemailer": "^6.9.8",
"validator": "^13.11.0"
}
}