Update bot.js
This commit is contained in:
parent
2ba2920082
commit
c77a120219
@ -559,6 +559,7 @@ function getMinecraft(msg){
|
|||||||
// Devuelve el estado de la web de Diskobolo:
|
// Devuelve el estado de la web de Diskobolo:
|
||||||
function getWeb(msg){
|
function getWeb(msg){
|
||||||
// Esta función no ha podido ser liberada por razones de seguridad y privacidad de la asociación.
|
// 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:
|
// Devuelve el sistema operativo del día:
|
||||||
function getSistemadeldia(msg){
|
function getSistemadeldia(msg){
|
||||||
@ -1049,4 +1050,4 @@ bot.onText(palabrawindows, function(msg){
|
|||||||
bot.onText(palabralloro, function(msg){
|
bot.onText(palabralloro, function(msg){
|
||||||
bot.sendMessage(msg.chat.id, msg.chat.first_name + " deja de llorar.");
|
bot.sendMessage(msg.chat.id, msg.chat.first_name + " deja de llorar.");
|
||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user