DisBot
    Preparing search index...

    Type Alias GuildsUncheckedCreateWithoutGuildCommandMangerInput

    type GuildsUncheckedCreateWithoutGuildCommandMangerInput = {
        AutoAutoDeletes?: GuildAutoDeletesUncheckedCreateNestedManyWithoutGuildsInput;
        AutoPublish?: GuildAutoPublishUncheckedCreateNestedOneWithoutGuildsInput;
        AutoReacts?: GuildAutoReactsUncheckedCreateNestedManyWithoutGuildsInput;
        AutoRoles?: GuildAutoRolesUncheckedCreateNestedManyWithoutGuildsInput;
        DiscordAddons?: DiscordGuildAddonUncheckedCreateNestedOneWithoutGuildsInput;
        Giveaways?: GiveawaysUncheckedCreateNestedManyWithoutGuildsInput;
        GuildChannelLinks?: GuildChannelLinksUncheckedCreateNestedManyWithoutGuildsInput;
        GuildComponentManager?: GuildComponentManagerUncheckedCreateNestedOneWithoutGuildsInput;
        GuildDisBotAutoModeration?: GuildDisBotAutoModerationUncheckedCreateNestedOneWithoutGuildsInput;
        GuildFeatureToggle?: GuildFeatureTogglesUncheckedCreateNestedOneWithoutGuildsInput;
        GuildId: string;
        GuildInteractionPermissions?: GuildInteractionPermissionsUncheckedCreateNestedManyWithoutGuildsInput;
        GuildLeaveSetup?: GuildLeaveSetupUncheckedCreateNestedOneWithoutGuildsInput;
        GuildLogging?: GuildLoggingUncheckedCreateNestedOneWithoutGuildsInput;
        GuildLogs?: GuildLogsUncheckedCreateNestedManyWithoutGuildsInput;
        GuildModeration?: GuildModerationUncheckedCreateNestedOneWithoutGuildsInput;
        GuildName: string;
        GuildOwner: string;
        GuildUserModeration?: GuildUserModerationUncheckedCreateNestedManyWithoutGuildsInput;
        GuildWelcomeSetup?: GuildWelcomeSetupUncheckedCreateNestedOneWithoutGuildsInput;
        Id?: number;
        LevelSettings?: LevelSettingsUncheckedCreateNestedOneWithoutGuildsInput;
        MessageTemplates?: MessageTemplatesUncheckedCreateNestedManyWithoutGuildsInput;
        ModerationScout?: ModerationScoutUncheckedCreateNestedOneWithoutGuildsInput;
        Polls?: PollsUncheckedCreateNestedManyWithoutGuildsInput;
        ReactionRole?: GuildReactionRolesUncheckedCreateNestedManyWithoutGuildsInput;
        Security?: GuildSecurityUncheckedCreateNestedOneWithoutGuildsInput;
        SpotifyNotifications?: GuildSpotifyNotificationsUncheckedCreateNestedManyWithoutGuildsInput;
        Tags?: TagsUncheckedCreateNestedManyWithoutGuildsInput;
        TempVoices?: TempVoicesUncheckedCreateNestedManyWithoutGuildsInput;
        TicketSetups?: TicketSetupsUncheckedCreateNestedManyWithoutGuildsInput;
        TwitchNotifications?: GuildTwitchNotificationsUncheckedCreateNestedManyWithoutGuildsInput;
        YoutubeNotifications?: GuildYoutubeNotificationsUncheckedCreateNestedManyWithoutGuildsInput;
    }
    Index

    Properties

    GuildId: string
    GuildName: string
    GuildOwner: string
    Id?: number