mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
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:
parent
ec3795f9d0
commit
35bbf199f6
2 changed files with 15 additions and 9 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue