import { getGuildTemplates } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";
Gets the list of templates for a guild.
Returns
Promise<Collection<string, Template>>
A collection of Template objects assorted by template code.
import { getGuildTemplates } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";
Gets the list of templates for a guild.
A collection of Template objects assorted by template code.