$editEmbedIn
Edits the bot’s message after the given time, as an embed.
Syntax
$editEmbedIn[Time;(Title;Description;Footer;Color)]
📝 Optional fields can be left empty. At least one embed field (
Title
,Description
, orFooter
) needs to be inputted.
Parameters
Time
(Type: Duration || Flag: Required)
: The time to wait before editing the message (e.g3s
,30s
,10m
). Max time is 40 minutes (for premium users, it’s 120 minutes). Required.Title
(Type: String || Flag: Vacantable)
: The new embed title. Optional.Description
(Type: String || Flag: Vacantable)
: The new embed description. Optional.Footer
(Type: String || Flag: Vacantable)
: The new embed footer. Optional.Color
(Type: Color || Flag: Vacantable)
: The embed border color, must be a valid color hex or color integer number. Use0
for the default color. Optional.
Example
$nomention
$title[Cool Title]
$description[This is a cool embed to edit!]
$color[#6A96FC]
$editEmbedIn[5s;Epic Title;This is the edited description!;;#E46AFC]
Output
Before
After