diff --git a/src/NadekoBot/NadekoBot.cs b/src/NadekoBot/NadekoBot.cs index b6342b48..e110a8e2 100644 --- a/src/NadekoBot/NadekoBot.cs +++ b/src/NadekoBot/NadekoBot.cs @@ -24,8 +24,6 @@ namespace NadekoBot { private Logger _log; - //public static uint OkColor { get; } = 0x00ff00; - //public static uint ErrorColor { get; } = 0xff0000; public static uint OkColor { get; } = 0x71cd40; public static uint ErrorColor { get; } = 0xee281f;