interface DiscordAutoModerationRuleimport { type DiscordAutoModerationRule } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiesid: stringThe id of this rule guild_id: stringThe guild id of the rule name: stringThe name of the rule creator_id: stringThe id of the user who created this rule. event_type: AutoModerationEventTypesIndicates in what event context a rule should be checked. trigger_type: AutoModerationTriggerTypesThe type of trigger for this rule trigger_metadata: DiscordAutoModerationRuleTriggerMetadataThe metadata used to determine whether a rule should be triggered. actions: DiscordAutoModerationAction[]Actions which will execute whenever a rule is triggered. enabled: booleanWhether the rule is enabled. exempt_roles: string[]The role ids that are whitelisted. Max 20. exempt_channels: string[]The channel ids that are whitelisted. Max 50. import DiscordAutoModerationRuleimport { DiscordAutoModerationRule } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts";