Class AutoModRuleDeleteEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.automod.GenericAutoModRuleEvent
net.dv8tion.jda.api.events.automod.AutoModRuleDeleteEvent
- All Implemented Interfaces:
 GenericEvent
Indicates that an 
AutoModRule was deleted.
 Requirements
 
These events require the AUTO_MODERATION_CONFIGURATION intent to be enabled.
 
This event will only fire for guilds where the bot has the MANAGE_SERVER permission.
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.automod.GenericAutoModRuleEvent
getRuleMethods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString 
- 
Constructor Details
- 
AutoModRuleDeleteEvent
 
 -