init wiki
This commit is contained in:
@@ -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");
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user