Browse Source
Update EmbedBuilder.Overwrites.md (#20)
Missing "," in the EmbedBuilder code. Do I get the pedantic unlocked now?
tags/3.0.0
Tsathoggua of Nkai
Still Hsu
4 years ago
No known key found for this signature in database
GPG Key ID: 206F30E2490F42C0
1 changed files with
1 additions and
1 deletions
-
docs/_overwrites/Common/EmbedBuilder.Overwrites.md
|
|
@@ -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 |
|
|
|