$clearEmbed
Clears the current built embed.
Usage
$clearEmbed
Example
bot.command({
type: "command",
name: "test",
code: `$clearEmbed
$description[nya]
Hi!`
})
//Embeds will not be delivered as response.
Last updated
Was this helpful?