2
0

init wiki

This commit is contained in:
Cedric Hoelzl 2019-10-15 20:52:31 +02:00
parent dcdca8f9eb
commit 2799026309

View File

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