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