Skip to main content
Corvus Connection

On AutoMod Hold

TwitchTrigger
entry.onAutomodHoldFires when AutoMod holds a message for review. Binds the author, message, and category.Triggers when AutoMod holds a message.Requires the moderator:manage:automod scope.
ModerationSafety

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
userNameDataSystem.Stringmultiplexed
messageIdDataSystem.Stringmultiplexed
categoryDataSystem.Stringmultiplexed
textDataSystem.Stringmultiplexed

Bindings

Name
Type
Description
userIdSystem.StringThe held message author's user id.
userNameSystem.StringThe held message author's display name.
messageIdSystem.StringThe held message's id.
categorySystem.StringThe AutoMod category that held the message.
textSystem.StringThe held message text.

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnAutomodHold] Handle(ctx, AutomodHoldContext e)