mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-21 21:22:21 +00:00
fix viewercount eventsub name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2bcf7988cc
commit
ed8f3eadf4
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue