Set default embed color to DimGray
This commit is contained in:
parent
866c28b76b
commit
fe1063167f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace Geekbot.Core.Interactions.Embed
|
||||||
public DateTime? Timestamp { get; set; }
|
public DateTime? Timestamp { get; set; }
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
private Color _color { get; set; } = System.Drawing.Color.Black;
|
private Color _color { get; set; } = System.Drawing.Color.DimGray;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// color code of the embed
|
/// color code of the embed
|
||||||
|
|
Loading…
Reference in a new issue