From 2799026309343688160de9058c68d57b6dd2592c Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Tue, 15 Oct 2019 20:52:31 +0200 Subject: [PATCH] init wiki --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 3afdc24..deb4a65 100644 --- a/config.js +++ b/config.js @@ -40,6 +40,7 @@ module.exports = function(){ } return event.replyWithMarkdown(txt); }).catch(err=>{ + bot.error(err); return event.reply("No word in dictionary"); }) }