• Combination of <Client>.fetchUser() and <Guild>.fetchMember().

    Parameters

    • guild: Guild

      Guild to fetch in.

    • id: string

      ID of the user.

    • cache: boolean

      Whether or not to add to cache.

    Returns Promise<GuildMember>