Skip to content
TipPage Docs
Esc
navigateopen⌘Jpreview
On this page

{title}

The stream title.

{title}            the channel the message came from
{title:login}      another channel - see "Which channel?" below

Platforms: Twitch and Kick - reads the channel the message came from; name a channel to read the other.

The current stream title on Twitch or Kick. Works offline too - it’s whatever the title is set to right now.

Example

!title  →  Today: {title}
!raid   →  Thanks for the raid! {user} was playing {game:{touser}} - "{title:{touser}}"

Refreshes about every 30 seconds.

Which channel?

Without an argument, the variable reads the channel the message was typed in: in your Kick chat it reads your Kick channel, in your Twitch chat your Twitch channel. The argument picks another:

{title:login}          that channel, on the same platform as the message
{title:twitch}         your Twitch channel (from either chat)
{title:kick}           your Kick channel (from either chat)
{title:twitch:login}   a Twitch channel by login
{title:kick:slug}      a Kick channel by slug (the name in its URL)

Timers have no “message platform” - they use the platform they’re posting in, so a timer that posts in both chats reads each channel for its own post.

Was this page helpful?