Temporary workaround for https://github.com/DSharpPlus/DSharpPlus/issues/565
This commit is contained in:
@@ -84,5 +84,11 @@ namespace PluralKit.Bot
|
||||
await msg.CreateReactionAsync(DiscordEmoji.FromUnicode(reaction));
|
||||
}
|
||||
}
|
||||
|
||||
public static string WorkaroundForUrlBug(string input)
|
||||
{
|
||||
// Workaround for https://github.com/DSharpPlus/DSharpPlus/issues/565
|
||||
return input.Replace("%20", "+");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user