import { type DiscordAutoModerationRule } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Properties
event_type: AutoModerationEventTypes
Indicates in what event context a rule should be checked.
trigger_type: AutoModerationTriggerTypes
The type of trigger for this rule
trigger_metadata: DiscordAutoModerationRuleTriggerMetadata
The metadata used to determine whether a rule should be triggered.
actions: DiscordAutoModerationAction[]
Actions which will execute whenever a rule is triggered.