Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#modifyGuildTemplate

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

Modifies the template's metadata. Requires the MANAGE_GUILD permission. Returns the template object on success.

Parameters

guildId: string
templateCode: string
payload: Partial<TemplatePayload>