From ed8f3eadf40dd3d79cc7256ea7244584cc239beb Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Thu, 25 Apr 2024 22:06:17 +0200 Subject: [PATCH] fix viewercount eventsub name --- content/guide/features/chatbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guide/features/chatbot.md b/content/guide/features/chatbot.md index d84f922..40c4107 100644 --- a/content/guide/features/chatbot.md +++ b/content/guide/features/chatbot.md @@ -111,7 +111,7 @@ The template for alert messages uses an EventSub payload, you can check the full | Gift Sub | Total gift subs from that viewer | `{{.CumulativeTotal}}` | 32 | | Gift Sub | Was the gift sub anonymous? | `{{.IsAnonymous}}` | false | | Raid | Name of who raided | `{{.FromBroadcasterUserName}}` | EnfieldVT | -| Raid | How many viewers in the raid | `{{.ViewerCount}}` | 420 | +| Raid | How many viewers in the raid | `{{.Viewers}}` | 420 | | Cheer | Cheer message | `{{.Message}}` | Hey have some bits | | Cheer | How many bits were cheered | `{{.Bits}}` | 1337 | | Cheer | Was the cheering anonymous? | `{{.IsAnonymous}}` | false |