Stream Kit Docs
API ReferenceDiscord

Voice Leave

Discord trigger: discord:discord:voice:voice-leave

Voice Leave

Trigger IDdiscord:discord:voice:voice-leave
PluginDiscord
CategoryVoice

Variables

Copy variables into handler fields using {variableName} syntax.

{guildId}{guild}{user}{userId}{username}{channelId}{channel}{previousChannelId}{previousChannel}
NameTypeDescription
{guildId}
string

Server ID.

Example: 123456789012345678

{guild}
string

Server name.

Example: Test Server

{user}
string

Display name of the user who triggered the event.

Example: TestUser

{userId}
string

Platform user ID of the chatter or actor.

Example: 345678901234567890

{username}
string

Login name of the user (lowercase on Twitch).

Example: testuser

{channelId}
string

YouTube channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

{previousChannelId}
string

Previous channel ID.

Example: 678901234567890123

{previousChannel}
string

Previous channel name.

Example: Stream Voice

Conditions

ConditionDescription
UsernameMatch chatter username (equals, contains, starts with, ends with). Leave empty to always match.
Guild ID (optional)Filter on Guild ID (optional). Configure in the trigger condition editor.
Left voice channel ID (optional)Filter on Left voice channel ID (optional). Configure in the trigger condition editor.

On this page