Message to embed
I am trying to make a command that takes raw json as a message and converts it into an embed. I'm not sure how to get the parsed json object as an embed. If anyone could help that would be amazing.
const message = interaction.options.getString('json', true)
const json = JSON.parse(message)