function deleteIntegrationimport { deleteIntegration } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; deleteIntegration(bot: Bot,guildId: BigString,integrationId: BigString,): Promise<void>Deletes an integration attached to a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild from which to delete the integration. integrationId: BigString The ID of the integration to delete from the guild. ReturnsPromise<void>