diff --git a/PluralKit.Bot/Commands/Config.cs b/PluralKit.Bot/Commands/Config.cs index 37098c97..21f4a2e7 100644 --- a/PluralKit.Bot/Commands/Config.cs +++ b/PluralKit.Bot/Commands/Config.cs @@ -97,7 +97,7 @@ public class Config items.Add(new( "Proxy error", - "Whether to send an error message when proxying fails.", + "Whether to send an error message when proxying fails", EnabledDisabled(ctx.Config.ProxyErrorMessageEnabled), "enabled" ));