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