function createInviteimport { createInvite } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; createInvite(bot: Bot,channelId: BigString,options?: CreateChannelInvite,): Promise<BaseInvite>Creates an invite to a channel in a guild. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to create the invite to. optionaloptions: CreateChannelInvite = [UNSUPPORTED] The parameters for the creation of the invite. ReturnsPromise<BaseInvite>An instance of the created {@link BaseInvite | Invite}.