Skip to content

Commit

Permalink
Remove EmbedBuilder -> Embed implicit conversion (discord-net#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe4evr authored and FiniteReality committed May 5, 2018
1 parent 19e4264 commit 7f740c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Discord.Net.Rest/Entities/Messages/EmbedBuilder.cs
Expand Up @@ -234,7 +234,6 @@ public Embed Build()

return _embed;
}
public static implicit operator Embed(EmbedBuilder builder) => builder?.Build();
}

public class EmbedFieldBuilder
Expand Down

0 comments on commit 7f740c8

Please sign in to comment.