DisBot
    Preparing search index...

    Type Alias ModerationScoutSelectScalar

    type ModerationScoutSelectScalar = {
        AdminBanList?: boolean;
        CurrentUserModerations?: boolean;
        GuildId?: boolean;
        Id?: boolean;
        ImmuneReportRoles?: boolean;
        ModeratorRoles?: boolean;
        NeedsModeratorApprove?: boolean;
        NotAllowedToReportRoles?: boolean;
        PublicBanListEnabled?: boolean;
        PublicBanListUrl?: boolean;
        ReportActions?: boolean;
        ReportCommandId?: boolean;
        ReportMesageContextId?: boolean;
        ReportUserContextId?: boolean;
        SuccssReportMessageId?: boolean;
        UUID?: boolean;
    }
    Index

    Properties

    AdminBanList?: boolean
    CurrentUserModerations?: boolean
    GuildId?: boolean
    Id?: boolean
    ImmuneReportRoles?: boolean
    ModeratorRoles?: boolean
    NeedsModeratorApprove?: boolean
    NotAllowedToReportRoles?: boolean
    PublicBanListEnabled?: boolean
    PublicBanListUrl?: boolean
    ReportActions?: boolean
    ReportCommandId?: boolean
    ReportMesageContextId?: boolean
    ReportUserContextId?: boolean
    SuccssReportMessageId?: boolean
    UUID?: boolean