Search
Preparing search index...
The search index is not available
discordjs-diy
Options
All
Public
Public/Protected
All
Inherited
Menu
discordjs-diy
Embed
Class Embed
Hierarchy
Embed
Index
Constructors
constructor
Properties
author
color
desc
Transform
images
ref
Transform
Methods
create
create
Singular
Embed
register
Image
Constructors
constructor
new
Embed
(
options
:
EmbedSettings
)
:
Embed
Parameters
options:
EmbedSettings
Returns
Embed
Properties
author
author
:
undefined
|
User
color
color
:
ColorResolvable
desc
Transform
desc
Transform
:
(
desc
:
string
)
=>
string
Type declaration
(
desc
:
string
)
:
string
Parameters
desc:
string
Returns
string
images
images
:
{}
= {}
Type declaration
[
name:
string
]:
string
ref
Transform
ref
Transform
:
(
user
:
User
)
=>
[
string
,
undefined
|
string
]
Type declaration
(
user
:
User
)
:
[
string
,
undefined
|
string
]
Parameters
user:
User
Returns
[
string
,
undefined
|
string
]
Methods
create
create
(
options
:
EmbedOptions
|
EmbedOptions
[]
)
:
MessageOptions
Parameters
options:
EmbedOptions
|
EmbedOptions
[]
Returns
MessageOptions
Private
create
Singular
Embed
create
Singular
Embed
(
options
:
EmbedOptions
)
:
MessageOptions
Parameters
options:
EmbedOptions
Returns
MessageOptions
register
Image
register
Image
(
name
:
string
, url
:
string
)
:
string
Parameters
name:
string
url:
string
Returns
string
Exports
Embed
constructor
author
color
desc
Transform
images
ref
Transform
create
create
Singular
Embed
register
Image
Generated using
TypeDoc