2
0

init wiki

This commit is contained in:
Cedric Hoelzl 2019-10-15 21:59:50 +02:00
parent 55d79bda90
commit ce40596ecc

View File

@ -45,7 +45,7 @@ module.exports = function(){
} }
return event.replyWithMarkdown(txt); return event.replyWithMarkdown(txt);
}).catch(err=>{ }).catch(err=>{
bot.error(err); //bot.error(err);
return event.reply("No word in dictionary"); return event.reply("No word in dictionary");
}) })
} }