DisBot
    Preparing search index...

    Type Alias LevelSettingsUncheckedUpdateWithoutGuildsInput

    type LevelSettingsUncheckedUpdateWithoutGuildsInput = {
        ExcludedChannelIds?:
            | LevelSettingsUpdateExcludedChannelIdsInput
            | string[];
        ExcludeRoleIds?: LevelSettingsUpdateExcludeRoleIdsInput
        | string[];
        ExcludeUserIds?: LevelSettingsUpdateExcludeUserIdsInput | string[];
        Format?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        LeaderboardDisplayAmount?: IntFieldUpdateOperationsInput | number;
        LeaderboardMessageTemplateId?: StringFieldUpdateOperationsInput | string;
        LevelRoles?: LevelRolesUncheckedUpdateManyWithoutLevelSettingsNestedInput;
        Levels?: LevelsUncheckedUpdateManyWithoutLevelSettingsNestedInput;
        LevelUoMessageTemplateId?: StringFieldUpdateOperationsInput | string;
        LevelUpChannelId?: StringFieldUpdateOperationsInput | string;
        MessageXP?: BoolFieldUpdateOperationsInput | boolean;
        MessageXPRange?: StringFieldUpdateOperationsInput | string;
        MessageXPType?: StringFieldUpdateOperationsInput | string;
        MesssageXPCooldown?: StringFieldUpdateOperationsInput | string;
        RequiredXPForFirstLevel?: IntFieldUpdateOperationsInput | number;
        VoiceXP?: BoolFieldUpdateOperationsInput | boolean;
        VoiceXPCooldown?: IntFieldUpdateOperationsInput | number;
        VoiceXPRange?: StringFieldUpdateOperationsInput | string;
        XPDrops?: XPDropsUncheckedUpdateManyWithoutLevelSettingsNestedInput;
        XPStreaks?: XPStreaksUncheckedUpdateManyWithoutLevelSettingsNestedInput;
    }
    Index

    Properties

    ExcludedChannelIds?: LevelSettingsUpdateExcludedChannelIdsInput | string[]
    ExcludeRoleIds?: LevelSettingsUpdateExcludeRoleIdsInput | string[]
    ExcludeUserIds?: LevelSettingsUpdateExcludeUserIdsInput | string[]
    LeaderboardDisplayAmount?: IntFieldUpdateOperationsInput | number
    LeaderboardMessageTemplateId?: StringFieldUpdateOperationsInput | string
    LevelUoMessageTemplateId?: StringFieldUpdateOperationsInput | string
    LevelUpChannelId?: StringFieldUpdateOperationsInput | string
    MessageXP?: BoolFieldUpdateOperationsInput | boolean
    MessageXPRange?: StringFieldUpdateOperationsInput | string
    MessageXPType?: StringFieldUpdateOperationsInput | string
    MesssageXPCooldown?: StringFieldUpdateOperationsInput | string
    RequiredXPForFirstLevel?: IntFieldUpdateOperationsInput | number
    VoiceXP?: BoolFieldUpdateOperationsInput | boolean
    VoiceXPCooldown?: IntFieldUpdateOperationsInput | number
    VoiceXPRange?: StringFieldUpdateOperationsInput | string