From d8b5e48782aa7e5d8dfc2b3ea1d6c3d776685c63 Mon Sep 17 00:00:00 2001 From: WhazzItToYa Date: Sat, 4 Jul 2026 11:36:21 -0700 Subject: [PATCH] Clarify 'duration' parameter description in speak.md Updated the description of the 'duration' parameter to clarify its usage. --- streamerbot/3.api/1.sub-actions/speakerbot/speak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamerbot/3.api/1.sub-actions/speakerbot/speak.md b/streamerbot/3.api/1.sub-actions/speakerbot/speak.md index a2ff0cc0..165d562b 100755 --- a/streamerbot/3.api/1.sub-actions/speakerbot/speak.md +++ b/streamerbot/3.api/1.sub-actions/speakerbot/speak.md @@ -13,7 +13,7 @@ variables: **Note**: The "Save TTS audio to file" option must be enabled in the Speaker.bot settings, and either the "Silent" or "Delay" parameters. type: string - name: duration - description: The duration of the speech, when the delay option is used + description: The duration of the speech in milliseconds. Only available when the Delay or Silent options are used. type: number ---