Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#getGuildIntegrations

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.getGuildIntegrations
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Returns a list of integration objects for the guild. Requires the MANAGE_GUILD permission.

Parameters

guildId: string

Returns

Promise<GuildIntegrationPayload[]>