Hierarchy (View Summary, Expand)

Constructors

Methods

Constructors

Properties

application: Application

Methods

  • Parameters

    Returns Promise<
        | response<unknown>
        | {
            code: APIErrorCode;
            expires: undefined | number;
            guilds: APIGuild[];
            success: boolean;
            token: null | string;
            user: {
                avatar: string;
                discordId: string;
                id: number;
                name: undefined | string;
                username: string;
            };
        },
    >

  • Parameters

    Returns Promise<
        | response<unknown>
        | {
            code: APIErrorCode;
            expires: undefined | number;
            guilds: APIGuild[];
            success: boolean;
            token: string;
            user: {
                avatar: string;
                discordId: string;
                id: number;
                name: undefined | string;
                username: string;
            };
        },
    >

MMNEPVFCICPMFPCPTTAAATR