$editEmbedIn
Edits the bot's message after the given time, as a embed.
Usage
$editEmbedIn[time;title;description;footer;color]
🧙♂️ Optional fields can be left empty. Atleast one embed field (
title
,description
, orfooter
) needs to be inputted (excludingcolor
, which is always needed).
Breakdown
time
- The time to wait before editing the message (e.g3s
,30s
,10m
). Max is40m
. Required.title
- The new embed title. Optional.description
- The new embed description. Optional.footer
- The new embed footer. Optional.color
- The embed border color, must be a valid color hex. Required (use0
for default color).
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