Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
560 stars 93 forks source link

[BUG] User.Discriminator wrong! #150

Closed WaGi-Coding closed 2 years ago

WaGi-Coding commented 2 years ago

Hello my Discord tag is Taki7o7 # 0707

But this library stores the Discriminator as integer. Now my Discriminator will be outputted wrong as 707 instead of 0707 So Taki7o7 # 0707 will b ecome Taki7o7 # 707 which will not be valid for use

WaGi-Coding commented 2 years ago

nvm, discord does only allow exactly 4 digits, so i could format like ToString("D4")