Update NadekoBot.cs

This commit is contained in:
samvaio 2016-12-03 19:58:42 +05:30 committed by GitHub
parent 4a54c548ed
commit 5105602f72

View File

@ -24,8 +24,12 @@ namespace NadekoBot
{
private Logger _log;
public static uint OkColor { get; } = 0x00ff00;
public static uint ErrorColor { get; } = 0xff0000;
//public static uint OkColor { get; } = 0x00ff00;
//public static uint ErrorColor { get; } = 0xff0000;
public static uint OkColor { get; } = 0x71cd40;
public static uint ErrorColor { get; } = 0xee281f;
public static uint InfoColor { get; } = 0x00bbd6;
public static uint SunColor { get; } = 0xf1c40f;
public static CommandService CommandService { get; private set; }
public static CommandHandler CommandHandler { get; private set; }