mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
[wiki] Document botHasBadge
function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
688c665356
commit
462f310b62
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ There are certain variables available in the strings with templating enabled:
|
||||||
Additionally there are some functions available in the templates:
|
Additionally there are some functions available in the templates:
|
||||||
|
|
||||||
- `arg <idx>` - Takes the message sent to the channel, splits by space and returns the Nth element
|
- `arg <idx>` - Takes the message sent to the channel, splits by space and returns the Nth element
|
||||||
|
- `botHasBadge <badge>` - Checks whether bot has the given badge in the current channel
|
||||||
- `channelCounter <counter name>` - Wraps the counter name into a channel specific counter name including the channel name
|
- `channelCounter <counter name>` - Wraps the counter name into a channel specific counter name including the channel name
|
||||||
- `concat <delimiter> <...parts>` - Join the given string parts with delimiter
|
- `concat <delimiter> <...parts>` - Join the given string parts with delimiter
|
||||||
- `counterValue <counter name>` - Returns the current value of the counter which identifier was supplied
|
- `counterValue <counter name>` - Returns the current value of the counter which identifier was supplied
|
||||||
|
|
Loading…
Reference in a new issue