From 344cddfb57051d2d05b874bd0b3d4e415272ad55 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Thu, 11 May 2023 13:35:27 -0400 Subject: [PATCH] add to readme IncludeGuests setting (#115) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2cd8f14f..3fbd535f1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ To configure the Welcome Bot, edit your `config.json` file with a message you wa { "TeamName": "your-team-name", "DelayInSeconds": 3, + "IncludeGuests": false, "Message": [ "Your welcome message here. Each list item specifies one line in the message text." ],