Merge branch '1.4' into shard-process
This commit is contained in:
commit
0f37e48869
@ -103,7 +103,7 @@ namespace NadekoBot
|
||||
CommandService = new CommandService(new CommandServiceConfig()
|
||||
{
|
||||
CaseSensitiveCommands = false,
|
||||
DefaultRunMode = RunMode.Async,
|
||||
DefaultRunMode = RunMode.Sync,
|
||||
});
|
||||
|
||||
Images = new ImagesService();
|
||||
|
Loading…
Reference in New Issue
Block a user