import { type DiscordTemplate } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";
Properties
serialized_source_guild: Omit<PickPartial<DiscordGuild, >, "roles"> & { roles: (Omit<PickPartial<DiscordRole, >, "id"> & { id: number; })[]; }
| "name"
| "description"
| "verification_level"
| "default_message_notifications"
| "explicit_content_filter"
| "preferred_locale"
| "afk_timeout"
| "channels"
| "afk_channel_id"
| "system_channel_id"
| "system_channel_flags"
| "name"
| "color"
| "hoist"
| "mentionable"
| "permissions"
| "icon"
| "unicode_emoji"
The guild snapshot this template contains