Skip to content
On this page

Using Variables

Notification variables allow you to insert special text into your announcement messages, such as the current streamer's title, game, and viewer count.

Global Variables

These variables work in every notification on every platform.

Variable nameDescription
{channel.url}The platform URL of the streamer
{channel.name}The streamer's platform username
{everyone}Inserts an @everyone mention
{here}Inserts an @here mention

Platform-Specific Variables

Twitch & Kick Variables

Variable nameDescription
{stream.title}The stream's title
{stream.viewer_count}The number of people watching the stream
{stream.game}The game that is being played on stream

YouTube Variables

Variable nameDescription
{video.url}URL to the YouTube video
{video.title}Title of the YouTube video

Twitch Stream End Variables

Global Variables are always available in Cleanup (Stream End) Notifications.

The following variables are also available when the Include VOD info embed setting is enabled:

Variable nameDescription
{video.url}URL to the stream's VOD
{video.title}Title of the stream's VOD

Quick Reference Table

Twitch (Stream Start)Twitch (Stream End)YouTubeKick
{channel.url}SupportedSupportedSupportedSupported
{channel.name}SupportedSupportedSupportedSupported
{everyone}SupportedSupportedSupportedSupported
{here}SupportedSupportedSupportedSupported
{stream.title}SupportedNot supportedNot supportedSupported
{stream.viewer_count}SupportedNot supportedNot supportedSupported
{stream.game}SupportedNot supportedNot supportedSupported
{video.url}Not supportedSupportedSupportedNot supported
{video.title}Not supportedSupportedSupportedNot supported

More References

If you want to mention a certain Discord user or role in your notification message, check out this page:

Twitch NotificationsMentioning Users and Roles

Live Role Notifications uses a different set of variables than Stream Notifications. You can find the list of variables here:

Live RoleUsing Variables