Actualizacion de seguridad

This commit is contained in:
Pablinux
2024-07-13 00:27:32 -05:00
parent 90f05f7ad0
commit fa92efc258
186 changed files with 75113 additions and 17648 deletions

8
node_modules/telegraf/composer.js generated vendored
View File

@@ -50,6 +50,10 @@ class Composer {
return this.use(Composer.email(...args))
}
phone (...args) {
return this.use(Composer.phone(...args))
}
url (...args) {
return this.use(Composer.url(...args))
}
@@ -66,10 +70,6 @@ class Composer {
return this.use(Composer.mention(...args))
}
phone (...args) {
return this.use(Composer.phone(...args))
}
hashtag (...args) {
return this.use(Composer.hashtag(...args))
}