mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
Applied codestyle to all .cs files
This commit is contained in:
@@ -25,4 +25,4 @@ int? totalShards = null; // 0 to read from creds.yml
|
||||
LogSetup.SetupLogger(shardId);
|
||||
Log.Information("Pid: {ProcessId}", pid);
|
||||
|
||||
await new Bot(shardId, totalShards).RunAndBlockAsync();
|
||||
await new Bot(shardId, totalShards).RunAndBlockAsync();
|
Reference in New Issue
Block a user