Update README.md

This commit is contained in:
Gordon Shumway 2019-12-12 08:04:22 -05:00 committed by GitHub
parent 078c6dc235
commit c45953af9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -147,15 +147,15 @@ Queries the [Twitch API](https://dev.twitch.tv/) to get additional information a
Default value: `^ {{twitch_logo}} :: {{display_name}} {%if description%}:: {{description}} {%endif%}:: Viewers: {{view_count}}`
`'twitch.streamTemplate'` - Template for live stream links
`twitch.streamTemplate` - Template for live stream links
Default value: `^ {{twitch_logo}} :: {{display_name}} :: (LIVE) {%if game_name%}[{{game_name}}] {%endif%}{%if title%}:: {{title}} {%endif%}:: Created: {{created_at}} :: Viewers: {{view_count}} {%if description%}:: {{description}} {%endif%}`
`'twitch.videoTemplate'` - Template for video links
`twitch.videoTemplate` - Template for video links
Default value: `^ {{twitch_logo}} :: {{display_name}} {%if title%}:: {{title}} {%endif%}}:: Duration: {{duration}} :: Created: {{created_at}} {%if description%}:: {{description}} {%endif%}:: Viewers: {{view_count}}`
`'twitch.clipTemplate'` - Template for clip links
`twitch.clipTemplate` - Template for clip links
Default value: `^ {{twitch_logo}} :: {{display_name}} {%if game_name%}:: [{{game_name}}] {%endif%}{%if title%}:: {{title}} {%endif%}:: Created: {{created_at}} :: Viewers: {{view_count}} {%if description%}:: {{description}} {%endif%}"`