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"); }) }