From ce40596ecc41247b6bc9d732dc49d2aa0d994dfa Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Tue, 15 Oct 2019 21:59:50 +0200 Subject: [PATCH] init wiki --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 06e0e50..dc9a8a8 100644 --- a/config.js +++ b/config.js @@ -45,7 +45,7 @@ module.exports = function(){ } return event.replyWithMarkdown(txt); }).catch(err=>{ - bot.error(err); + //bot.error(err); return event.reply("No word in dictionary"); }) }