function getGuildTemplatesimport { getGuildTemplates } from "https://deno.land/x/discordeno@17.0.0/helpers/templates/mod.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.