workaround the latest discord fuckery on desktop, ios, and android at the same time

This commit is contained in:
13xforever
2019-05-12 14:33:57 +05:00
parent dbe4d2ae10
commit 6537ca9e6f

View File

@@ -135,7 +135,7 @@ namespace CompatBot.Utils
public static string GetSuffix(long num) => num == 1 ? "" : "s";
public static string FixSpaces(this string text) => text?.Replace(" ", "\u202f").Replace(Environment.NewLine, "\n");
public static string FixSpaces(this string text) => text?.Replace(" ", " \u206a").Replace(Environment.NewLine, "\n");
public static int GetVisibleLength(this string s)
{