- Using PeriodicTimer in a few places instead of Timer

- Some small refactorings
- Fixed reference to non-existent command in bot.yml
This commit is contained in:
Kwoth
2022-01-05 08:00:25 +01:00
parent f13d7d2c80
commit 6c39044435
10 changed files with 114 additions and 111 deletions

View File

@@ -441,9 +441,7 @@ namespace NadekoBot.Coordinator
}
public string GetConfigText()
{
return File.ReadAllText(CONFIG_PATH);
}
=> File.ReadAllText(CONFIG_PATH);
public void SetConfigText(string text)
{