function editGuildTemplateimport { editGuildTemplate } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; editGuildTemplate(bot: Bot,guildId: BigString,templateCode: string,options: ModifyGuildTemplate,): Promise<Template>Edits a template's settings. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit a template of. templateCode: string The code of the template to edit. options: ModifyGuildTemplate The parameters for the edit of the template. ReturnsPromise<Template>An instance of the edited Template.