From 1b1b0049e3f390490375e8d3c73d61a760ce089e Mon Sep 17 00:00:00 2001 From: Huan LI Date: Mon, 23 Apr 2018 23:39:05 +0800 Subject: [PATCH] add bot doc --- examples/README.md | 1 + examples/blessed-twins-bot/README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 76a4476b..34a34ef3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,6 +13,7 @@ | speech-to-text-bot.ts | Convert Voice Message to Text | | tuling123-bot.ts | Answer Any Question | | hot-import-bot | Use hot-import for updating code without restarting program | +| blessed-twins-bot/ | Multi-Instance Twins Bot Powered by Blessed | Learn more about Wechaty from: 1. API Document: diff --git a/examples/blessed-twins-bot/README.md b/examples/blessed-twins-bot/README.md index ed88191a..42958b5e 100644 --- a/examples/blessed-twins-bot/README.md +++ b/examples/blessed-twins-bot/README.md @@ -2,5 +2,7 @@ [![blessed twins bot](https://chatie.github.io/wechaty/images/blessed-twins-bot.png)](https://asciinema.org/a/177857) -Example Source Code: +### See Also +* Example Source Code: +* Blog: [New Feature: Multi-Instance Support for Wechaty v0.16(WIP)](https://blog.chatie.io/blessed-twins-bot/) -- GitLab