Update bot.js

This commit is contained in:
Fernando Méndez 2021-08-03 15:59:37 +02:00 committed by GitHub
parent 2ba2920082
commit c77a120219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -559,6 +559,7 @@ function getMinecraft(msg){
// Devuelve el estado de la web de Diskobolo:
function getWeb(msg){
// Esta función no ha podido ser liberada por razones de seguridad y privacidad de la asociación.
}
// Devuelve el sistema operativo del día:
function getSistemadeldia(msg){
@ -1049,4 +1050,4 @@ bot.onText(palabrawindows, function(msg){
bot.onText(palabralloro, function(msg){
bot.sendMessage(msg.chat.id, msg.chat.first_name + " deja de llorar.");
});
*/
*/