fix viewercount eventsub name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ash Keel 2024-04-25 22:06:17 +02:00
parent 2bcf7988cc
commit ed8f3eadf4
No known key found for this signature in database
GPG Key ID: 53A9E9A6035DD109
1 changed files with 1 additions and 1 deletions

View File

@ -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 |