Skip to main content
Module

x/wackford/discordeno.ts>fetchMembers

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function fetchMembers
import { fetchMembers } from "https://deno.land/x/wackford@v0.0.1/discordeno.ts";

Fetches the list of members for a guild over the gateway.

Parameters

bot: Bot
  • The bot instance to use to make the requests.
guildId: BigString
  • The ID of the guild to get the list of members for.
optional
options: Omit<RequestGuildMembers, "guildId">
  • The parameters for the fetching of the members.

Returns

Promise<void>