import { getInvites } from "https://deno.land/x/discordeno@18.0.1/helpers/guilds/invites/getInvites.ts";
Gets the list of invites for a guild.
Returns
Promise<Collection<string, InviteMetadata>>
A collection of InviteMetadata | Invite objects assorted by invite code.