Popii - v0.5.1
    Preparing search index...

    Interface AutoModOptions

    interface AutoModOptions {
        action?: "delete" | "warn" | "both";
        toxicityThreshold?: number;
        spamThreshold?: number;
        maxChecksPerMinute?: number;
        maxChecksPerUserPerMinute?: number;
    }
    Index

    Properties

    action?: "delete" | "warn" | "both"
    toxicityThreshold?: number
    spamThreshold?: number
    maxChecksPerMinute?: number

    Max AI analysis calls per guild per minute. Defaults to 10.

    maxChecksPerUserPerMinute?: number

    Max AI analysis calls per user per minute. Defaults to 3.