diff --git a/config.js b/config.js index a770274..b851cdd 100644 --- a/config.js +++ b/config.js @@ -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.'); }); } },