feat: add config setting to disable sending errors
we've disabled/re-enabled these a few times in code now...
This commit is contained in:
@@ -22,6 +22,8 @@ namespace PluralKit.Bot
|
||||
|
||||
public string? DiscordBaseUrl { get; set; }
|
||||
|
||||
public bool DisableErrorReporting { get; set; } = false;
|
||||
|
||||
public record ClusterSettings
|
||||
{
|
||||
public string NodeName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user