Miscellaneous routes.

Hierarchy

  • Miscellaneous

Constructors

Methods

Constructors

Methods

  • Get a specified social link from the member, if member is connected to them through Guilded.

    Parameters

    • guildID: string

      The ID of the guild the member is in.

    • memberID: string

      The ID of the member to get their social link.

    • socialMediaName: string

      Name of a social media linked to this member.

    Returns Promise<SocialLink>

  • Get a user.

    Note: when getting the bot's user, only the information specific to 'User' will be returned. If you'd like to get the UserClient (the bot itself), use Client#user.

    Parameters

    • userID: string

      The ID of the user to get.

    Returns Promise<User>