diff --git a/DiskoBOTlo_Telegram/bot.js b/DiskoBOTlo_Telegram/bot.js index 9fe5700..7f7f925 100644 --- a/DiskoBOTlo_Telegram/bot.js +++ b/DiskoBOTlo_Telegram/bot.js @@ -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."); }); -*/ \ No newline at end of file +*/