Convert a text to an embed.
The original text.
The brand to style the embed with.
The resulting embed.
const brand = { color: 0xffffff }const result = asEmbed('HalfBot', brand) Copy
const brand = { color: 0xffffff }const result = asEmbed('HalfBot', brand)
Convert a text to an embed.