AutoModerationRuleDeleteEvent
class AutoModerationRuleDeleteEvent(val rule: AutoModerationRule, val kord: Kord, val shard: Int, val customContext: Any?, val supplier: EntitySupplier = kord.defaultSupplier) : AutoModerationRuleConfigurationEvent(source)
An AutoModerationRuleConfigurationEvent that is sent when an AutoModerationRule is deleted.
This event is only sent to bot users which have the ManageGuild permission.
Constructors
Link copied to clipboard
constructor(rule: AutoModerationRule, kord: Kord, shard: Int, customContext: Any?, supplier: EntitySupplier = kord.defaultSupplier)
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 deleted.
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