for more info check https://discord.com/developers/docs/resources/channel#embed-object-embed-structure

new_embed(
  title = NULL,
  type = "rich",
  description = NULL,
  url = NULL,
  timestamp = NULL,
  color = NULL,
  footer = NULL,
  image = NULL,
  thumbnail = NULL,
  video = NULL,
  provider = NULL,
  author = NULL,
  fields = NULL
)

Arguments

title

title

type

(will be deprecated by discord)

description

description (main content)

url

url

timestamp

timestamp

color

side color

footer

footer

image

list with image props

thumbnail

thumbnail

video

list with image props

provider

provider

author

author

fields

list of fields

Value

the embed object with class discordr_embed