Skip to main content
Module

x/natico/deps.ts>Template

A powerful and customizable framework for Discordeno
Latest
interface Template
Re-export
import { type Template } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

code: string

The template code (unique Id)

name: string

Template name

description: string | null

The description for the template

usageCount: number

Number of times this template has been used

creatorId: string

The Id of the user who created the template

creator: User

The user who created the template

createdAt: string

When this template was created

updatedAt: string

When this template was last synced to the source guild

sourceGuildId: string

The Id of the guild this template is based on

serializedSourceGuild: Partial<Guild>

The guild snapshot this template contains

isDirty: boolean | null

Whether the template has unsynced changes