Interface CreateGuildFromTemplateOptions

interface CreateGuildFromTemplateOptions {
    icon?: string | Buffer;
    name: string;
}

Properties

Properties

icon?: string | Buffer

The icon for the created guild (buffer, or full data url).

name: string

The name of the guild.