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