DisBot
    Preparing search index...

    Type Alias GuildLoggingUncheckedCreateWithoutGuildsInput

    type GuildLoggingUncheckedCreateWithoutGuildsInput = {
        AutoMod?: string | null;
        Ban?: string | null;
        Channel?: string | null;
        Emoji?: string | null;
        Event?: string | null;
        Guild?: string | null;
        Id?: number;
        Integration?: string | null;
        Invite?: string | null;
        Kick?: string | null;
        Member?: string | null;
        Message?: string | null;
        Moderation?: string | null;
        Poll?: string | null;
        Reaction?: string | null;
        Role?: string | null;
        SoundBoard?: string | null;
        Stage?: string | null;
        Sticker?: string | null;
        Thread?: string | null;
        Voice?: string | null;
        Webhook?: string | null;
    }
    Index

    Properties

    AutoMod?: string | null
    Ban?: string | null
    Channel?: string | null
    Emoji?: string | null
    Event?: string | null
    Guild?: string | null
    Id?: number
    Integration?: string | null
    Invite?: string | null
    Kick?: string | null
    Member?: string | null
    Message?: string | null
    Moderation?: string | null
    Poll?: string | null
    Reaction?: string | null
    Role?: string | null
    SoundBoard?: string | null
    Stage?: string | null
    Sticker?: string | null
    Thread?: string | null
    Voice?: string | null
    Webhook?: string | null