ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
53 stars 52 forks source link

Bridge: Update usernames to remove discriminator #2962

Closed Arch-Shaman closed 1 year ago

Arch-Shaman commented 1 year ago

Currently the code seems to add a "#0000" suffix to discord usernames (presumably because it's falling into a nil check that adds #0000 to the suffix of the username. Due to discord changes, this discriminator no longer is used and should be removed.

Additional: it would be nice if the server nickname was used instead of the username.

Arch-Shaman commented 1 year ago

Seems to have fixed itself, no action needed?