Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#modifyGuild

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

Modify a guild's settings. Requires the MANAGE_GUILD permission. Returns the updated guild object on success. Fires a Guild Update Gateway event.

Parameters

guildId: string
payload: Partial<GuildPayload>