Embeds
You can use embed scripting to create embeds on your discord server via coffin bot
Last updated
You can use embed scripting to create embeds on your discord server via coffin bot
Last updated
Embed scripting is essential for event messages (welcome, boost, leave) or autoresponders
Embeds can be created by the following syntax:
{element: value}
Where element is the embed element that has to be modified and value is the assigned value to that specific element
color - the embed's color
title - the embed's title
description - the embed's description
content - the message content
thumbnail - the embed's thumbnail
image - the embed's image
author - the embed's author
field - the embed's field
footer - the embed's footer
timestamp - the embed's timestamp
delete - specifies how long should the bot wait until the response should get deleted (in seconds)
The embed's multi parameter elements are:
fields - accepts name, value and inline (inline is False by default)
author - accepts name, icon_url and url
footer - accepts text and icon_url
button - accepts label and url (optional)
Each parameter is divided by &&
{field: field name && field value && false}
{field: field name && field value}
{author: author's name}
{button: website && https://scare.life}
The timestamp element can receive 3 values
now - displays the current time
joined_at - displays the time the embed author joined the server
created_at - displays the time the embed author's account was created