function syncGuildTemplateimport { syncGuildTemplate } from "https://deno.land/x/discordeno@17.0.0/helpers/templates/mod.ts"; syncGuildTemplate(bot: Bot,guildId: BigString,templateCode: string,): Promise<Template>Synchronises a template with the current state of a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to synchronise a template of. templateCode: stringReturnsPromise<Template>An instance of the edited Template.