function getChannelInvitesimport { getChannelInvites } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; getChannelInvites(bot: Bot, channelId: BigString): Promise<Collection<string, InviteMetadata>>Gets the list of invites for a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to get the invites of. ReturnsPromise<Collection<string, InviteMetadata>>A collection of InviteMetadata objects assorted by invite code.