Skip to content

Commit 40abb83

Browse files
authored
Merge pull request #3434 from GrandpaCelery/patch-1
Fix $timeoutDuration description to specify seconds
2 parents 57b6cbd + 28befdc commit 40abb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/streaming-platforms/twitch/variables/chat/moderation/timeout-duration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ triggers["event"] = ["twitch:timeout"];
88
const model : ReplaceVariable = {
99
definition: {
1010
handle: "timeoutDuration",
11-
description: "How long the user is timed out for in minus",
11+
description: "How long the user is timed out for in seconds",
1212
triggers: triggers,
1313
categories: ["common", "trigger based"],
1414
possibleDataOutput: ["number"]

0 commit comments

Comments
 (0)