No logging on self hosted bots

This commit is contained in:
Kwoth 2017-01-15 21:41:35 +01:00
parent c80e1e0797
commit 8593127b1b

View File

@ -67,8 +67,9 @@ namespace NadekoBot
TotalShards = Credentials.TotalShards, TotalShards = Credentials.TotalShards,
ConnectionTimeout = int.MaxValue ConnectionTimeout = int.MaxValue
}); });
#if GLOBAL_NADEKO
Client.Log += Client_Log; Client.Log += Client_Log;
#endif
//initialize Services //initialize Services
CommandService = new CommandService(new CommandServiceConfig() { CommandService = new CommandService(new CommandServiceConfig() {