Skip to main content
Module

x/discordeno/mod.ts>getMember

Discord API library for Deno
Latest
function getMember
import { getMember } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Gets the member object by user ID.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to get the member object for.
userId: BigString
  • The ID of the user to get the member object for.

Returns

Promise<Member>

An instance of Member.