feat: beta bot patches

This commit is contained in:
spiral 2021-11-27 11:09:08 -05:00
parent 997458c9dc
commit 99a9ec7928
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
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; }