function getIntegrationsimport { getIntegrations } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getIntegrations(bot: Bot, guildId: BigString): Promise<Collection<bigint, Integration>>Gets the list of integrations attached to a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the list of integrations from. ReturnsPromise<Collection<bigint, Integration>>A collection of Integration objects assorted by integration ID.