mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-10 01:00:05 +00:00
Specify how to verify
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9c2aef9c5f
commit
e18a519f36
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ rules: # See below for examples
|
||||||
|
|
||||||
# Send a whisper (ATTENTION: You need to have a known / verified bot for this!)
|
# Send a whisper (ATTENTION: You need to have a known / verified bot for this!)
|
||||||
# Without being known / verified your whisper will just silently get dropped by Twitch
|
# Without being known / verified your whisper will just silently get dropped by Twitch
|
||||||
|
# Go here to get that verification: https://dev.twitch.tv/limit-increase
|
||||||
- whisper_to: '{{ .username }}' # String, username to send to, applies templating
|
- whisper_to: '{{ .username }}' # String, username to send to, applies templating
|
||||||
whisper_message: 'Ohai!' # String, message to send, applies templating
|
whisper_message: 'Ohai!' # String, message to send, applies templating
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue