SplitScript.js
discordnpmgithub
  • 👋Welcome to SplitScript.js
  • 🍎core
    • root
    • cli
    • EventEmitter
    • Handling Errors
  • 🤖discord
    • getting started
    • create your first project
    • automod
    • bans
    • channels
    • commands
    • emojis
    • followups
    • types
  • 🌐https
    • usage
    • changelog
  • 🔗Links
    • Discord
    • NPM
    • GitHub
Powered by GitBook
On this page
  • Embed
  • EmbedFooter
  • EmbedMedia
  • EmbedProvider
  • EmbedAuthor
  • EmbedField

Was this helpful?

Edit on GitHub
  1. discord

types

Embed

property
type
description

title?

string

title of embed

type?

string

type of embed

description?

string

description of embed

url?

string

url of embed

timestamp?

string

ISO8601 timestamp string of embed content

color?

number

color code of embed

footer?

footer information

image?

image information

thumbnail?

thumbnail information

video?

video information

provider?

provider information

author?

author information

fields?

EmbedField[]

fields information

EmbedFooter

property
type
description

text

string

footer text

icon_url?

string

url of footer icon (only supports http(s) and attachments)

proxy_icon_url?

string

a proxied url of footer icon

EmbedMedia

property
type
description

url

string

source url of media (for image/thumbnail: only supports http(s) and attachments)

proxy_url?

string

a proxied url of the media

height?

number

height of media

width?

number

width of media

EmbedProvider

property
type
description

name?

string

name of provider

url?

string

url of provider

EmbedAuthor

property
type
description

name

string

name of author

url?

string

url of author (only supports http(s))

icon_url?

string

url of author icon (only supports http(s) and attachments)

proxy_icon_url?

string

a proxied url of author icon

EmbedField

property
type
description

name

string

name of the field

value

string

value of the field

inline?

boolean

whether or not this field should display inline

PreviousfollowupsNextusage

Last updated 1 year ago

Was this helpful?

🤖
EmbedFooter
EmbedMedia
EmbedMedia
EmbedMedia
EmbedProvider
EmbedAuthor