function getInviteimport { getInvite } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getInvite(bot: Bot,inviteCode: string,options?: GetInvite,): Promise<BaseInvite>Gets an invite to a channel by its invite code. Parametersbot: Bot The bot instance to use to make the request. inviteCode: string The invite code of the invite to get. optionaloptions: GetInvite The parameters for the fetching of the invite. ReturnsPromise<BaseInvite>An instance of BaseInvite | Invite.