This event doesn’t have a default event type!
1module.exports = {2 name: "Automod Rule Updates",3 channel: "$channelId",4 type: "autoModerationRuleDelete",5 code: `6 $log[A automod rule was deleted!]7 `8};