function getGuildTemplateimport { getGuildTemplate } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; getGuildTemplate(bot: Bot, templateCode: string): Promise<Template>Gets a template by its code. Parametersbot: Bot The bot instance to use to make the request. templateCode: string The code of the template to get. ReturnsPromise<Template>An instance of Template.