Addendum - invisible unicode characters

This commit is contained in:
pizzaboxer 2023-05-03 18:16:32 +01:00
parent a2acb24638
commit e4ae6f6ccc
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -117,7 +117,7 @@ namespace Bloxstrap.Integrations
// so turns out discord rejects the presence set request if the place name is less than 2 characters long lol
if (universeDetails.Name.Length < 2)
universeDetails.Name = $"💀 {universeDetails.Name}";
universeDetails.Name = $"{universeDetails.Name}\x2800\x2800\x2800";
_rpcClient.SetPresence(new RichPresence
{