AutoModerationRuleUpdateEvent
class AutoModerationRuleUpdateEvent(val rule: AutoModerationRule, val old: 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 updated.
This event is only sent to bot users which have the ManageGuild permission.
Constructors
Link copied to clipboard
constructor(rule: AutoModerationRule, old: 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
Link copied to clipboard
The AutoModerationRule that was updated.
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