I am trying to modify a message with an embed using the example here https://discord.foxbot.me/docs/api/Discord.MessageProperties.html but Visual Studio says it cannot convert it to discord.optional
http://imgur.com/a/CO3f5
You need to call .Build() at the end, because it expects an object of type Embed, not of type EmbedBuilder.
Ok let me try it
The Build() worked thanks Joe
Resolution: PEBKAC
Most helpful comment
Resolution: PEBKAC