We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57b6cbd + 28befdc commit 40abb83Copy full SHA for 40abb83
1 file changed
src/backend/streaming-platforms/twitch/variables/chat/moderation/timeout-duration.ts
@@ -8,7 +8,7 @@ triggers["event"] = ["twitch:timeout"];
8
const model : ReplaceVariable = {
9
definition: {
10
handle: "timeoutDuration",
11
- description: "How long the user is timed out for in minus",
+ description: "How long the user is timed out for in seconds",
12
triggers: triggers,
13
categories: ["common", "trigger based"],
14
possibleDataOutput: ["number"]
0 commit comments