Table of Contents

Interface IAutoModerationRuleDeleteGatewayHandler

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

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

public interface IAutoModerationRuleDeleteGatewayHandler : IGatewayHandler

Remarks


Required Intents: AutoModerationConfiguration
Optional Intents: None

Methods

HandleAsync(AutoModerationRule)

ValueTask HandleAsync(AutoModerationRule arg)

Parameters

arg AutoModerationRule

Returns

ValueTask