need this to get proper timings on command executions
This commit is contained in:
parent
95a7da3200
commit
5d136ffd2c
@ -92,7 +92,7 @@ namespace NadekoBot
|
||||
CommandService = new CommandService(new CommandServiceConfig()
|
||||
{
|
||||
CaseSensitiveCommands = false,
|
||||
DefaultRunMode = RunMode.Async,
|
||||
DefaultRunMode = RunMode.Sync,
|
||||
});
|
||||
|
||||
//foundation services
|
||||
|
Loading…
Reference in New Issue
Block a user