This commit is contained in:
Master Kwoth
2017-10-28 14:20:08 +02:00
parent e25ded9e24
commit 58d0635658
3 changed files with 16 additions and 11 deletions

View File

@ -293,6 +293,8 @@ namespace NadekoBot.Core.Services
private Process StartShard(int shardId)
{
Console.WriteLine(_creds.ShardRunCommand);
Console.WriteLine(_creds.ShardRunArguments);
return Process.Start(new ProcessStartInfo()
{
FileName = _creds.ShardRunCommand,