Fix formatting

Removed bold on a colon
This commit is contained in:
ent3r 2020-08-03 17:18:51 +02:00 committed by Astrid
parent d9c644ec0e
commit 687eaaa928

View File

@ -136,7 +136,7 @@ namespace PluralKit.Bot
profile.Append($"\n**Birthdate**: {m.BirthdayString}");
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)
profile.Append($"\n**Message count:** {count}");
@ -161,4 +161,4 @@ namespace PluralKit.Bot
}
}
}
}
}