Table of Contents

Interface IAutoModerationActionExecutionGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when a rule is triggered and an action is executed (e.g. when a message is blocked).

public interface IAutoModerationActionExecutionGatewayHandler : IGatewayHandler

Remarks


Required Intents: AutoModerationExecution
Optional Intents:

Methods

HandleAsync(AutoModerationActionExecutionEventArgs)

ValueTask HandleAsync(AutoModerationActionExecutionEventArgs arg)

Parameters

arg AutoModerationActionExecutionEventArgs

Returns

ValueTask