mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +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(
|
items.Add(new(
|
||||||
"Proxy error",
|
"Proxy error",
|
||||||
"Whether to send an error message when proxying fails.",
|
"Whether to send an error message when proxying fails",
|
||||||
EnabledDisabled(ctx.Config.ProxyErrorMessageEnabled),
|
EnabledDisabled(ctx.Config.ProxyErrorMessageEnabled),
|
||||||
"enabled"
|
"enabled"
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue