function deleteInviteimport { deleteInvite } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.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>