Slightly reorganized commands in Xp module to make more sense - no functional change

This commit is contained in:
Kwoth
2022-02-26 08:28:44 +01:00
parent 80800673b9
commit 578b7fefb4
4 changed files with 187 additions and 178 deletions

View File

@@ -171,7 +171,7 @@ public sealed class Bot
_ = LoadTypeReaders(typeof(Bot).Assembly);
sw.Stop();
Log.Information("All services loaded in {ServiceLoadTime:F2}s", sw.Elapsed.TotalSeconds);
Log.Information( "All services loaded in {ServiceLoadTime:F2}s", sw.Elapsed.TotalSeconds);
}
private void ApplyConfigMigrations()