Discord.net: ModifyAsync not working [1.0] Latest Version [588]

Created on 2 Feb 2017  路  4Comments  路  Source: discord-net/Discord.Net

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

Most helpful comment

Resolution: PEBKAC

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheBlue-1 picture TheBlue-1  路  3Comments

Poyser1911 picture Poyser1911  路  4Comments

tacitusxo picture tacitusxo  路  4Comments

GHosaPhat picture GHosaPhat  路  7Comments

Nolij picture Nolij  路  5Comments