Skip to main content
Module

x/harmony/mod.ts>GuildManager#createFromTemplate

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

Create a new guild based on a template.

Parameters

template: Template | string
name: string
optional
icon: string

Returns

Promise<Guild>