function deleteInviteimport { deleteInvite } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; deleteInvite(bot: Bot,inviteCode: string,reason?: string,): Promise<void>Deletes an invite to a channel. Parametersbot: Bot The bot instance to use to make the request. inviteCode: string The invite code of the invite to delete. optionalreason: stringReturnsPromise<void>