From 1b76e8d91954e8347d1b5a7cfbf6aeaa8b04e050 Mon Sep 17 00:00:00 2001 From: CH Date: Sun, 2 Feb 2020 14:14:23 +0100 Subject: [PATCH] fix --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }); } },