Stream Kit Docs
API ReferenceDiscord

Role Removed

Discord trigger: discord:discord:role:role-removed

Role Removed

Trigger IDdiscord:discord:role:role-removed
PluginDiscord
CategoryRole

Variables

Copy variables into handler fields using {variableName} syntax.

{guildId}{guild}{user}{userId}{username}{roleId}{role}
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

{roleId}
string

Role ID.

Example: 567890123456789012

{role}
string

Role of the user (for example everyone, mod, broadcaster, vip, subscriber).

Example: VIP

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

On this page