Skip to main content
Module

x/wackford/discordeno.ts>createGuildFromTemplate

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function createGuildFromTemplate
import { createGuildFromTemplate } from "https://deno.land/x/wackford@v0.0.1/discordeno.ts";

Creates a guild from a template.

Parameters

bot: Bot
  • The bot instance to use to make the request.
templateCode: string
  • The code of the template.
  • The parameters for the creation of the guild.

Returns

Promise<Guild>

An instance of the created Guild.