Skip to main content

ODJsonConfig_DefaultOptionEmbedSettingsType interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface is an object which has all message embed settings for ticket options in the options.json config!

View Source

Properties


customColor type discord.ColorResolvable

A custom color for this embed. (The default bot color is used when empty)

View Source


description string string

The description of this embed.

View Source


enabled boolean boolean

Is this embed enabled?

View Source


fields array {inline:boolean, name:string, value:string}[]

A list of fields displayed in the embed.

View Source


image string string

A URL to an image displayed in the embed.

View Source


thumbnail string string

A URL to a thumbnail displayed in the embed.

View Source


timestamp boolean boolean

Enable setting the timestamp of the embed to the current time.

View Source


title string string

The title of the embed.

View Source