API ReferenceDiscord
Voice Leave
Discord trigger: discord:discord:voice:voice-leave
Voice Leave
| Trigger ID | discord:discord:voice:voice-leave |
| Plugin | Discord |
| Category | Voice |
Variables
Copy variables into handler fields using {variableName} syntax.
{guildId}{guild}{user}{userId}{username}{channelId}{channel}{previousChannelId}{previousChannel}| Name | Type | Description |
|---|---|---|
{guildId} | string | Server ID. Example: |
{guild} | string | Server name. Example: |
{user} | string | Display name of the user who triggered the event. Example: |
{userId} | string | Platform user ID of the chatter or actor. Example: |
{username} | string | Login name of the user (lowercase on Twitch). Example: |
{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: |
{previousChannel} | string | Previous channel name. Example: |
Conditions
| Condition | Description |
|---|---|
| Username | Match 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. |