mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Addendum - invisible unicode characters
This commit is contained in:
parent
a2acb24638
commit
e4ae6f6ccc
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user