-
-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Describe the bug
Users are going to be unique, the discriminator will eventually pass away. (How long this'll fully take is a question, either way changing should happen as fast as possible)
The discriminator wills
The consequences
As far as I'm aware, identification happens using user ID's, not using their tag.
Therefor nothing mayor should happen, most things will be styling / messages.
Many commands show the user by their tag, so this will have to change to their name, (maybe also ID? is useful or staff commands, but others not really)
the /whois command will also have to be modified for this, but that should be everything.
I'll do a check whenever Guild#getUserByTag is being used anywhere, if so we'll have to wait for a Guild#getUserByUniqueName / Guild#getUserByName.