Added .roleinfo commands, added the ability to show colors other than ok error and pending to IEmbedBuilder

This commit is contained in:
Kwoth
2022-08-11 17:04:51 +02:00
parent dc229ea2b3
commit b164da38e3
6 changed files with 42 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ public interface IEmbedBuilder
IEmbedBuilder WithFooter(string text, string? iconUrl = null);
IEmbedBuilder WithAuthor(string name, string? iconUrl = null, string? url = null);
IEmbedBuilder WithColor(EmbedColor color);
IEmbedBuilder WithDiscordColor(Color color);
Embed Build();
IEmbedBuilder WithUrl(string url);
IEmbedBuilder WithImageUrl(string url);