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