- Cleaned up completed todos

- Config Data won't be copied every time it's accessed now, but YamlDotNet doesnt' support records, so data is dangerously mutable, needs solution
This commit is contained in:
Kwoth
2021-07-04 23:48:17 +02:00
parent 4c0c3c9228
commit fd35d3a836
5 changed files with 3 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ using YamlDotNet.Serialization;
namespace NadekoBot.Coordinator
{
// todo future: test graceful and update bot to not wait for coord exit
public sealed class CoordinatorRunner : BackgroundService
{
private const string CONFIG_PATH = "coord.yml";