Interface IAutoModerationRuleCreateShardedGatewayHandler
Sent when a rule is created.
The inner payload is an AutoModerationRule object.
public interface IAutoModerationRuleCreateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: AutoModerationConfiguration
Optional Intents: None
Methods
HandleAsync(GatewayClient, AutoModerationRule)
ValueTask HandleAsync(GatewayClient client, AutoModerationRule arg)
Parameters
client
GatewayClientarg
AutoModerationRule