From 7ae969c6eb584fed83e5946c67e9a285c800cd63 Mon Sep 17 00:00:00 2001 From: WhazzItToYa Date: Wed, 5 Aug 2026 18:57:18 -0700 Subject: [PATCH] Add %queueName% to action trigger general variables --- streamerbot/3.api/.variables/General.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/streamerbot/3.api/.variables/General.md b/streamerbot/3.api/.variables/General.md index 4e53fa30..5977fa48 100644 --- a/streamerbot/3.api/.variables/General.md +++ b/streamerbot/3.api/.variables/General.md @@ -15,6 +15,11 @@ variables: type: Guid description: The unique ID of this running action instance within the queue value: c83dd939-9f86-4435-b07c-b6e7e3eef134 + - name: queueName + type: string + description: The name of the queue the action is in + value: Alerts + version: 1.0.5 - name: actionQueuedAt type: DateTime description: The timestamp of when action was queued