mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
Fix: Escape Backticks (#192)
This commit is contained in:
parent
0d2777c1d1
commit
55ea314b42
6 changed files with 17 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ namespace PluralKit.Bot
|
|||
var proxyTagsString = m.ProxyTagsString();
|
||||
if (proxyTagsString.Length > 100) // arbitrary threshold for now, tweak?
|
||||
proxyTagsString = "tags too long, see member card";
|
||||
return $"[`{m.Hid}`] **{m.NameFor(ctx)}** *({proxyTagsString})*";
|
||||
return $"[`{m.Hid}`] **{m.NameFor(ctx)}** *(*{proxyTagsString}*)*";
|
||||
}
|
||||
|
||||
return $"[`{m.Hid}`] **{m.NameFor(ctx)}**";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue