Simplify-DiscordBots
Discord
NPM
Search…
Welcome
NPM Updates
Getting Started
Getting Started
Functions
Embeds
$title
$description
$color
$footer
$thumbnail
$author
Links
NPM
Discord Server
Powered By
GitBook
$title
Sets the title of the embedded message. Optional 2nd field embeds the title as a hyperlink to a valid image or website.
Usage
1
$title
[
content
]
2
$title
[
content
;
url
(
optional
)]
Copied!
The url option is for hyperlinks in the title!
Example
1
bot
.
command
({
2
name
:
"embed"
,
3
code
:
`
$title[Hello! This is my first title!]
`
4
})
Copied!
How it will look like
Functions - Previous
Embeds
Next
$description
Last modified
9mo ago
Copy link