Updated Logger and Created Command to change settings variables

This commit is contained in:
2023-10-01 14:11:34 +03:00
parent f58a57c6cd
commit 6279c5c3a9
7 changed files with 139 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ public class Config
_isLoaded = true;
await Logger.Log(message: "Config initialized", source: typeof(Config));
Logger.Log(message: "Config initialized", source: typeof(Config));
}
}