From b48a36eb4b3419ee1390f4a80e25ac3e950bd3aa Mon Sep 17 00:00:00 2001 From: Ouroboros <66399070+vmorrisonwood@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:59:59 +0000 Subject: [PATCH] fix(bot): inconsistent period cleanup in `pk;cfg` (#606) --- PluralKit.Bot/Commands/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ));