need this to get proper timings on command executions

This commit is contained in:
Master Kwoth 2017-06-20 17:14:55 +02:00
parent 95a7da3200
commit 5d136ffd2c

View File

@ -92,7 +92,7 @@ namespace NadekoBot
CommandService = new CommandService(new CommandServiceConfig() CommandService = new CommandService(new CommandServiceConfig()
{ {
CaseSensitiveCommands = false, CaseSensitiveCommands = false,
DefaultRunMode = RunMode.Async, DefaultRunMode = RunMode.Sync,
}); });
//foundation services //foundation services