interface EditAutoModerationRuleOptions
implements WithReason
import { type EditAutoModerationRuleOptions } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";
Properties
eventType: AutoModerationEventTypes
The type of event to trigger the rule on.
triggerMetadata: { keywordFilter?: string[]; presets?: DiscordAutoModerationRuleTriggerMetadataPresets[]; allowList?: string[]; mentionTotalLimit: number; }
The metadata to use for the trigger.
actions: { type: AutoModerationActionType; metadata: { channelId?: BigString; durationSeconds?: number; }; }[]
The actions that will trigger for this rule
optional
exemptRoles: BigString[]The role ids that should not be effected by the rule
optional
exemptChannels: BigString[]The channel ids that should not be effected by the rule.