Skip to main content
Module

x/harmony/mod.ts>Guild#editTemplate

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

Modifies the template's metadata.

Parameters

code: string
data: { name?: string; description?: string; }