function getInviteimport { getInvite } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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 {@link BaseInvite | Invite}.