wechat-help
generate help message of used wechat-bot.
Default format:
[bot1 name] help message from bot1
[bot2 name] help message from bot2
The bot should export help
and better to be named. See example:
module {return {...}helphelp = 'help message auto generated';return help;};
Installation
This module is installed via npm:
$ npm install wechat-help
Example Usage
var wechatHelp = ;var wechatBot = ;var bot = ;bot;