ODJsonConfig_DefaultPanelEmbedSettingsType 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 panels in the panels.json
config!
Properties
customColor
type ➜ discord.ColorResolvable
A custom color for this embed. (The default bot color is used when empty)
description
string ➜ string
The description of this embed.
enabled
boolean ➜ boolean
Is this embed enabled?
fields
array ➜ {inline:boolean, name:string, value:string}[]
A list of fields displayed in the embed. (except when using "describeOptionsInEmbedFields")
footer
string ➜ string
The footer of this embed.
image
string ➜ string
A URL to an image displayed in the embed.
thumbnail
string ➜ string
A URL to a thumbnail displayed in the embed.
timestamp
boolean ➜ boolean
Enable setting the timestamp of the embed to the current time.
title
string ➜ string
The title of the embed.
url
string ➜ string
An optional URL used in the title of the embed.