mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
workaround the latest discord fuckery on desktop, ios, and android at the same time
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user