mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Added ICoordinator for bots which arent' sharded (the ones which won't be using NadekoBot.Coordinator)
This commit is contained in:
@@ -193,6 +193,10 @@ namespace NadekoBot.Coordinator
|
||||
Arguments = string.Format(_config.ShardStartArgs,
|
||||
shardId,
|
||||
Environment.ProcessId),
|
||||
EnvironmentVariables =
|
||||
{
|
||||
{"NADEKOBOT_IS_COORDINATED", "1"}
|
||||
}
|
||||
// CreateNoWindow = true,
|
||||
// UseShellExecute = false,
|
||||
});
|
||||
|
Reference in New Issue
Block a user