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 |