Hierarchy

Constructors

Methods

  • Get the connections of the currently authenticated user.

    Note: Requires the connections scope when using oauth.

    Returns

    Returns Promise<Connection[]>

  • Get the guild member information about the currently authenticated user.

    Note: OAuth only. Requires the guilds.members.read scope. Bots cannot use this.

    Returns

    Parameters

    • guild: string

      the id of the guild

    Returns Promise<Member>