fix
This commit is contained in:
parent
01bfd76e84
commit
1b76e8d919
@ -61,7 +61,7 @@ module.exports = function(url){
|
||||
},
|
||||
action : (bot,event,message)=>{
|
||||
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.');
|
||||
});
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user