fix(bot): inconsistent period cleanup in pk;cfg (#606)

This commit is contained in:
Ouroboros 2024-01-27 00:59:59 +00:00 committed by GitHub
parent 08012d7c62
commit b48a36eb4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
));