-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added descriptions for available Twitch command response variables
- Loading branch information
Showing
5 changed files
with
65 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Twitch response variables | ||
Twitch response variables are special pieces of text you can include in your Twitch responses to be replaced by other dynamically generated values. | ||
|
||
> [!IMPORTANT] | ||
> Please understand some of these variables may be available only in the latest live release or a rolling build of the next release. | ||
| Variable | Available since | Variable description | | ||
| --- | --- | --- | | ||
| `%sender%` | r.94 | Whoever triggered the Twitch command | | ||
| `%channel%` | r.94 | From whatever Twitch channel the command was triggered | | ||
| `%appVersion%` | r.94 | The current version of the application | | ||
| `%lastLog%` | r.94 | The latest log message bot posted to the channel | | ||
| `%pullCounter%` | r.94 | The current number of pulls on the last recorded log | | ||
| `%spotifySong%` | r.94 | The currently playing song on spotify | | ||
| `%gw2Ign%` | r.94 | Returns the In-Game account Name for the currently played character. Requires MumbleLink setup and inserted appropriate GW2 API keys | | ||
| `%gw2Build%` | r.94 | Returns the currently played build for the currently played character. Requires MumbleLink setup and inserted appropriate GW2 API keys | |