mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): inconsistent period cleanup in pk;cfg (#606)
This commit is contained in:
parent
08012d7c62
commit
b48a36eb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue