mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 02:00:09 +00:00
Fix formatting
Removed bold on a colon
This commit is contained in:
parent
d9c644ec0e
commit
687eaaa928
1 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ namespace PluralKit.Bot
|
||||||
profile.Append($"\n**Birthdate**: {m.BirthdayString}");
|
profile.Append($"\n**Birthdate**: {m.BirthdayString}");
|
||||||
|
|
||||||
if (m.ProxyTags.Count > 0)
|
if (m.ProxyTags.Count > 0)
|
||||||
profile.Append($"\n**Proxy tags:** {m.ProxyTagsString()}");
|
profile.Append($"\n**Proxy tags**: {m.ProxyTagsString()}");
|
||||||
|
|
||||||
if (opts.IncludeMessageCount && m.MessageCountFor(lookupCtx) is {} count && count > 0)
|
if (opts.IncludeMessageCount && m.MessageCountFor(lookupCtx) is {} count && count > 0)
|
||||||
profile.Append($"\n**Message count:** {count}");
|
profile.Append($"\n**Message count:** {count}");
|
||||||
|
|
@ -161,4 +161,4 @@ namespace PluralKit.Bot
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue