Stream Kit Docs
API ReferenceDiscord

Voice Join

Discord trigger: discord:discord:voice:voice-join

Voice Join

Trigger IDdiscord:discord:voice:voice-join
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.

Example: 678901234567890123

{channel}
string

Channel login or display name where the event occurred.

Example: Stream Voice

{previousChannelId}
string

Previous channel ID.

{previousChannel}
string

Previous channel name.

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.
Voice channel ID (optional)Filter on Voice channel ID (optional). Configure in the trigger condition editor.

On this page