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()
|
CommandService = new CommandService(new CommandServiceConfig()
|
||||||
{
|
{
|
||||||
CaseSensitiveCommands = false,
|
CaseSensitiveCommands = false,
|
||||||
DefaultRunMode = RunMode.Async,
|
DefaultRunMode = RunMode.Sync,
|
||||||
});
|
});
|
||||||
|
|
||||||
Images = new ImagesService();
|
Images = new ImagesService();
|
||||||
|
Loading…
Reference in New Issue
Block a user