Table of Contents

Interface IAutoModerationRuleUpdateShardedGatewayHandler

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

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

public interface IAutoModerationRuleUpdateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: AutoModerationConfiguration
Optional Intents: None

Methods

HandleAsync(GatewayClient, AutoModerationRule)

ValueTask HandleAsync(GatewayClient client, AutoModerationRule arg)

Parameters

client GatewayClient
arg AutoModerationRule

Returns

ValueTask