function syncGuildTemplateimport { syncGuildTemplate } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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.