Update EmbedBuilder.Overwrites.md (#20)

Missing "," in the EmbedBuilder code. Do I get the pedantic unlocked now?
This commit is contained in:
Tsathoggua of Nkai
2021-02-20 18:30:06 +01:00
committed by Still Hsu
parent 06a64b7877
commit 76a878a3e1

View File

@@ -28,7 +28,7 @@ public async Task SendRichEmbedAsync()
var embed = new EmbedBuilder
{
// Embed property can be set within object initializer
Title = "Hello world!"
Title = "Hello world!",
Description = "I am a description set by initializer."
};
// Or with methods