feat: Implement /yt command

This commit is contained in:
GiovaniFZ 2024-09-26 17:08:30 -03:00
parent 491a11ac85
commit 8521ad95db
No known key found for this signature in database
GPG key ID: 63DD92181B575322
4 changed files with 40 additions and 1 deletions

9
package-lock.json generated
View file

@ -11,6 +11,7 @@
"dependencies": {
"axios": "^1.7.7",
"child_process": "^1.0.2",
"commander": "^12.1.0",
"node-html-parser": "^6.1.13",
"nodemon": "^3.1.4",
"telegraf": "^4.16.3",
@ -252,6 +253,14 @@
"node": ">= 0.8"
}
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"engines": {
"node": ">=18"
}
},
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",