DiSkyOrg / DiSky

The best Skript add-on for Discord management! Slash commands, interaction, components, modal and much more available!
https://disky.me/
Apache License 2.0
43 stars 12 forks source link

EmbedBuilder Storing #155

Closed bessel28 closed 4 months ago

bessel28 commented 9 months ago

It'd be a useful feature if the EmbedBuilder section had a syntax similar to the MessageCreateBuilder that allows us to do something along the lines of make new embed and store it in {_embed}:.

Currently if you want to send a message that only contains an embed you either need to wrap it with a MessageCreateBuilder section or you need to rely on the last made embed expression which risks being overwritten if you make two embeds in parallel.