public static Embed Forbidden(string message) { return(MakeEmbed.AuthorEmbed(new Color(255, 0, 0), null, message, new EmbedAuthorBuilder() { Name = "Forbidden", IconUrl = "https://image.prntscr.com/image/qruuEFfGQ7OVr5c8MP1r-w.png" })); }
public static Embed Info(string message) { return(MakeEmbed.AuthorEmbed(new Color(52, 152, 219), null, message, new EmbedAuthorBuilder() { Name = "Info", IconUrl = "https://image.prntscr.com/image/_LqlLoxiSFWEnH8L18IJ8Q.png" })); }
public static Embed Error(string message) { return(MakeEmbed.AuthorEmbed(new Color(255, 0, 0), null, message, new EmbedAuthorBuilder() { Name = "Error", IconUrl = "https://image.prntscr.com/image/1tlt8aj7RY_ywP-OPPivyg.png" })); }