README.md in ruboty-1.1.2 vs README.md in ruboty-1.1.3
- old
+ new
@@ -21,14 +21,16 @@
## Handler
Handler provides various behaviors to your robot.
* [ruboty-alias](https://github.com/r7kamura/ruboty-alias)
* [ruboty-cron](https://github.com/r7kamura/ruboty-cron)
+* [ruboty-echo](https://github.com/taiki45/ruboty-echo)
* [ruboty-github](https://github.com/r7kamura/ruboty-github)
* [ruboty-google_image](https://github.com/r7kamura/ruboty-google_image)
* [ruboty-japan_weather](https://github.com/taiki45/ruboty-japan_weather)
* [ruboty-lgtm](https://github.com/negipo/ruboty-lgtm)
* [ruboty-syoboi_calendar](https://github.com/r7kamura/ruboty-syoboi_calendar)
+* [ruboty-talk](https://github.com/r7kamura/ruboty-talk)
## Configuration
Store configuration value in envorinment variables.
They are easy to change between deploys without changing any code.
We recommend to put `.env` and run with `ruboty --dotenv` option to manage them.