mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 18:58:27 -04:00
possible fix for .gitlab-ci.yml and some small
This commit is contained in:
@@ -23,6 +23,6 @@ int? totalShards = null; // 0 to read from creds.yml
|
||||
// }
|
||||
|
||||
LogSetup.SetupLogger(shardId);
|
||||
Log.Information($"Pid: {pid}");
|
||||
Log.Information("Pid: {ProcessId}", pid);
|
||||
|
||||
await new Bot(shardId, totalShards).RunAndBlockAsync();
|
Reference in New Issue
Block a user