Table of Contents

Interface IAutoModerationRuleUpdateGatewayHandler

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

Sent when a rule is updated. The inner payload is an AutoModerationRule object.

public interface IAutoModerationRuleUpdateGatewayHandler : IGatewayHandler

Remarks


Required Intents: AutoModerationConfiguration
Optional Intents: None

Methods

HandleAsync(AutoModerationRule)

ValueTask HandleAsync(AutoModerationRule arg)

Parameters

arg AutoModerationRule

Returns

ValueTask