Skip to content

Commit

Permalink
Update command-triggered.md (#265)
Browse files Browse the repository at this point in the history
Add commandName 
Add userCounter
  • Loading branch information
lebluxtv authored Oct 25, 2024
1 parent 2e711d7 commit 1c79eb2
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ variables:
- name: commandId
type: Guid
description: The ID of the command
- name: commandName
type: string
description : The name of the command
- name: commandSource
type: string
description: The command source
Expand Down Expand Up @@ -45,6 +48,10 @@ variables:
type: number
description: A running total of how many times a command has been run since application launch
value: 17
- name: userCounter
type: number
description: A running total of how many times the command has been run by current user since application launch
value: 17
commonVariables:
- TwitchUser
- TwitchBroadcaster
Expand All @@ -66,4 +73,4 @@ Check out the [Commands Guide](/guide/commands) for details on configuring your
You can quickly register a new command by clicking the `Create Command` button!
::
::
::
::

0 comments on commit 1c79eb2

Please sign in to comment.