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