import { fetchMembers } from "https://deno.land/x/discordeno@17.0.1/packages/embeds/deps.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.