Interface IAutoModerationRuleCreateGatewayHandler
Sent when a rule is created.
The inner payload is an AutoModerationRule object.
public interface IAutoModerationRuleCreateGatewayHandler : IGatewayHandler
Remarks
Required Intents: AutoModerationConfiguration
Optional Intents: None
Methods
HandleAsync(AutoModerationRule)
ValueTask HandleAsync(AutoModerationRule arg)