feat: beta bot patches

This commit is contained in:
spiral
2021-11-27 11:09:08 -05:00
parent 997458c9dc
commit 99a9ec7928
4 changed files with 32 additions and 6 deletions

View File

@@ -24,6 +24,9 @@ public class BotConfig
public bool DisableErrorReporting { get; set; } = false;
public bool IsBetaBot { get; set; } = false!;
public string BetaBotAPIUrl { get; set; }
public record ClusterSettings
{
public string NodeName { get; set; }