Together-100Devs / Together

Together is a group calendar application using the MERN stack intended to bring discord communities closer!
https://together.cyclic.app/
MIT License
167 stars 112 forks source link

Fixed new style discord usernames not displaying correctly - 426 #433

Closed devlarabar closed 11 months ago

devlarabar commented 11 months ago

Description

This is a simple fix to correct the new style Discord usernames not displaying correctly. I changed the displayName variable to check the length of the discriminator. If the length is 4, the displayName includes it, otherwise the displayName will only include the profile username.

Type of change

Please select everything applicable. Please, do not delete any lines.

Issue

Checklist:

devlarabar commented 11 months ago

I thought the discriminator was a number - my mistake! I'll change it right now!