This commit is contained in:
CH 2020-02-02 14:14:23 +01:00
parent 01bfd76e84
commit 1b76e8d919

View File

@ -61,7 +61,7 @@ module.exports = function(url){
}, },
action : (bot,event,message)=>{ action : (bot,event,message)=>{
return get_prognostic(0).then(val =>{ return get_prognostic(0).then(val =>{
return event.replyWithMarkdown({'*We expect a total of '+val[1]+' infected people in the next 24 hours'); return event.replyWithMarkdown('We expect a total of *'+val[1]+'* infected people in the next 24 hours.');
}); });
} }
}, },