Skip to main content
Latest
function getMember
import { getMember } from "https://deno.land/x/discordeno@18.0.1/plugins/fileloader/deps.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.