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:
spiral
2021-11-09 01:50:09 -05:00
parent ec3795f9d0
commit 35bbf199f6
2 changed files with 15 additions and 9 deletions

View File

@@ -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; }