$editEmbedIn
Edits the bot's message after the given time, as an embed.
Usage
$editEmbedIn[time;(title;description;footer;color)]
📝 Optional fields can be left empty. At least one embed field (
title
,description
, orfooter
) needs to be inputted.
Breakdown
-
time
- 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
- 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 or color integer number. Use0
for 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