mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: beta bot patches
This commit is contained in:
parent
997458c9dc
commit
99a9ec7928
4 changed files with 32 additions and 6 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue