Set default embed color to DimGray

This commit is contained in:
Daan Boerlage 2021-11-06 18:17:44 +01:00
parent 866c28b76b
commit fe1063167f
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -40,7 +40,7 @@ namespace Geekbot.Core.Interactions.Embed
public DateTime? Timestamp { get; set; }
[JsonIgnore]
private Color _color { get; set; } = System.Drawing.Color.Black;
private Color _color { get; set; } = System.Drawing.Color.DimGray;
/// <summary>
/// color code of the embed