Update EmbedBuilder.Overwrites.md (#20)
Missing "," in the EmbedBuilder code. Do I get the pedantic unlocked now?
This commit is contained in:
committed by
Still Hsu
parent
06a64b7877
commit
76a878a3e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user