Skip to content

Commit

Permalink
Add "internal" argument to Twitch Chat Message (#291)
Browse files Browse the repository at this point in the history
* Document the Twitch Chat Message "internal" argument

* Update message.md

---------

Co-authored-by: pwnyy <[email protected]>
  • Loading branch information
WhazzItToYa and pwnyy authored Dec 4, 2024
1 parent d1a6249 commit 4d1ef67
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions streamerbot/3.api/2.triggers/twitch/chat/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ title: Chat Message
description: Trigger for a Twitch Chat Message
version: 0.0.50
twitchService: Chat Client
variables: []
variables:
- name: internal
type: boolean
description: |
If message was sent via Streamer.bot sub-action or C#
Messages from Streamer.bot Chat are not considered as internal since `0.2.5`
value: True / False
commonVariables:
- TwitchUser
- TwitchChat
---
---

0 comments on commit 4d1ef67

Please sign in to comment.