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