mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: string interpolation error
This commit is contained in:
parent
44c5a2d106
commit
094ddbcea2
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ public class SystemEdit
|
||||||
else
|
else
|
||||||
str +=
|
str +=
|
||||||
" Member names will now use the global system tag when proxied in the current server, if there is one set."
|
" Member names will now use the global system tag when proxied in the current server, if there is one set."
|
||||||
+ "\n\nTo check or change where your tag appears in your name use the command `{ctx.DefaultPrefix}cfg name format`.";
|
+ $"\n\nTo check or change where your tag appears in your name use the command `{ctx.DefaultPrefix}cfg name format`.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue