Interface AutoModerationRule

Hierarchy

  • AutoModerationRule

Properties

actions: {
    metadata: ActionMetadata;
    type: ActionTypes;
}[]

Type declaration

enabled?: boolean
eventTypes: number
exemptChannels?: bigint[]
exemptRoles?: bigint[]
name: string
triggerType: number

Generated using TypeDoc