Interface EditGuildTemplateOptions

interface EditGuildTemplateOptions {
    description?: null | string;
    name?: string;
}

Hierarchy

Properties

Properties

description?: null | string

The description of the template.

name?: string

The name of the template.