Merge branch '1.4' into shard-process

This commit is contained in:
Master Kwoth 2017-06-20 17:15:04 +02:00
commit 0f37e48869

View File

@ -103,7 +103,7 @@ namespace NadekoBot
CommandService = new CommandService(new CommandServiceConfig() CommandService = new CommandService(new CommandServiceConfig()
{ {
CaseSensitiveCommands = false, CaseSensitiveCommands = false,
DefaultRunMode = RunMode.Async, DefaultRunMode = RunMode.Sync,
}); });
Images = new ImagesService(); Images = new ImagesService();