AutoModerationRuleConfigurationEvent
An AutoModerationEvent that is sent when an AutoModerationRule is configured (i.e. created, updated or deleted).
Events of this type are only sent to bot users which have the ManageGuild permission.
Inheritors
Properties
Link copied to clipboard
A custom object that can be inserted when creating events. By default, this is just null
.
Link copied to clipboard
The behavior of the Guild this event is for.
Link copied to clipboard
The AutoModerationRule that was configured.
Link copied to clipboard
The supplier used to request entities.
Functions
Link copied to clipboard
Requests to get the Guild this event is for. Returns null
if it wasn't found.
Link copied to clipboard
abstract override fun withStrategy(strategy: EntitySupplyStrategy<*>): AutoModerationRuleConfigurationEvent