Skip to main content
Module

x/harmony/mod.ts>Guild#editIntegration

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

Modify the behavior and settings of an integration object for the guild.

Parameters

id: string
data: { expireBehavior?: number | null; expireGracePeriod?: number | null; enableEmoticons?: boolean | null; }

Returns

Promise<Guild>