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