remove some unused/legacy code

This commit is contained in:
spiral
2021-08-04 01:39:41 -04:00
parent 9fd4f327e0
commit c27cbeed01
3 changed files with 3 additions and 14 deletions

View File

@@ -56,12 +56,6 @@ namespace PluralKit.Bot
}
}
public static string WorkaroundForUrlBug(string input)
{
// Workaround for https://github.com/DSharpPlus/DSharpPlus/issues/565
return input?.Replace("%20", "+");
}
public static uint? ToDiscordColor(this string color)
{
if (uint.TryParse(color, NumberStyles.HexNumber, null, out var colorInt))