Update NadekoBot.cs

This commit is contained in:
samvaio 2016-12-04 01:50:13 +05:30 committed by GitHub
parent d69d8b4d15
commit c04b6e61e3

View File

@ -24,8 +24,6 @@ namespace NadekoBot
{ {
private Logger _log; private Logger _log;
//public static uint OkColor { get; } = 0x00ff00;
//public static uint ErrorColor { get; } = 0xff0000;
public static uint OkColor { get; } = 0x71cd40; public static uint OkColor { get; } = 0x71cd40;
public static uint ErrorColor { get; } = 0xee281f; public static uint ErrorColor { get; } = 0xee281f;