From 8bb1af22abe0f2e7d64b76e593ee3e2bcfc06579 Mon Sep 17 00:00:00 2001 From: Joey Guerra Date: Tue, 24 Oct 2023 22:14:39 -0500 Subject: [PATCH] chore: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 37ae29718..0b2e6567c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ This will create a directory called `myhubot` in the current working directory. ```sh npx hubot --create myhubot --adapter @hubot-friends/hubot-slack +npx hubot --create myhubot --adapter @hubot-friends/hubot-discord +npx hubot --create myhubot --adapter @hubot-friends/hubot-ms-teams +npx hubot --create myhubot --adapter @hubot-friends/hubot-irc ``` Review `scripts/example.mjs`. Create more scripts in the `scripts` folder.