fix: string interpolation error

This commit is contained in:
rladenson 2025-04-24 01:53:56 -06:00 committed by alyssa
parent 44c5a2d106
commit 094ddbcea2

View file

@ -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`.";
} }
} }