Support sending rich embeds, add an Embed Builder

This commit is contained in:
Christopher F
2016-11-13 00:35:46 -05:00
parent 63b06ff477
commit 52f979ec8a
5 changed files with 153 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ namespace Discord
string Type { get; }
string Title { get; }
string Description { get; }
uint? Color { get; }
Color? Color { get; }
EmbedAuthor? Author { get; }
EmbedFooter? Footer { get; }
EmbedProvider? Provider { get; }