Class GuildTemplate

Represents a guild template.

Constructors

Properties

code: string

The code of the template.

createdAt: Date

When this template was created.

creator: User

The creator of this template.

description: null | string

The description of this template.

isDirty: null | boolean

If this template has unsynced changes.

name: string

The name of this template.

serializedSourceGuild: Partial<RawGuild>

A snapshot of the guild.

sourceGuildID: string

The ID of the source guild of this template.

updatedAt: Date

When this template was last updated.

usageCount: number

The amount of times this template has been used.

Accessors

Methods