mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
- 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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user