Skip to content
On this page

Using Variables

Schedule variables allow you to insert special text into your server events, such as the stream's title or game.

Title and Description

These variables are available in both the "Event title template" and "Event description template" fields.

VariableDescription
{stream.title}The stream's title
{game.name}The game that is being played on Stream, "Unknown" if not set
{user.twitch_url}The twitch.tv URL of the streamer
{user.twitch_name}
{user.name}
The streamer's Twitch username
{user.description}User's Twitch bio

Advanced tip: Use {game.__id__} to return the internal numerical Twitch ID of the game, and use {user.__id__} to return the user's Twitch ID.

Description Only

These variables are only available in the "Event description template" field.

Timestamp styles can be found at https://discord.com/developers/docs/reference#message-formatting-timestamp-styles

VariableDescription
{event.start_time}
{event.start_time:STYLE}
Discord timestamp of event start time
{event.end_time}
{event.end_time:STYLE}
Discord timestamp of event end time