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