@typed-discord/rest
    Preparing search index...

    Interface DefaultKeywordListTriggerMetadata

    interface DefaultKeywordListTriggerMetadata {
        allow_list?: string[] | null;
        presets?: AutomodKeywordPresetType[] | null;
    }
    Index

    Properties

    allow_list?: string[] | null
    presets?: AutomodKeywordPresetType[] | null