function createGuildTemplateimport { createGuildTemplate } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; createGuildTemplate(bot: Bot,guildId: BigString,options: CreateTemplate,): Promise<Template>Creates a template from a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to create the template from. options: CreateTemplate The parameters for the creation of the template. ReturnsPromise<Template>An instance of the created Template.