import { searchMembers } from "https://deno.land/x/discordeno@17.2.0/plugins/validations/deps.ts";
Gets the list of members whose usernames or nicknames start with a provided string.
Parameters
bot: Bot
- The bot instance to use to make the request.
guildId: BigString
- The ID of the guild to search in.
optional
options: Omit<SearchMembers, "query">- The parameters for searching through the members.
Returns
Promise<Collection<bigint, Member>>
A collection of Member objects assorted by user ID.