function getGuildTemplatesimport { getGuildTemplates } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; getGuildTemplates(bot: Bot, guildId: BigString): Promise<Collection<string, Template>>Gets the list of templates for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the list of templates for. ReturnsPromise<Collection<string, Template>>A collection of Template objects assorted by template code.