Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#modifyGuildWidget

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

Modify a guild widget object for the guild. All attributes may be passed in with JSON and modified. Requires the MANAGE_GUILD permission. Returns the updated guild widget object.

Parameters

guildId: string
payload: Partial<GuildWidgetPayload>