GeyserMC / GeyserDiscordBot

A bot for the GeyserMC Discord server
https://geysermc.org
MIT License
22 stars 42 forks source link

remove getAsTag as thats obsolete with the new usernames. #288

Open Jens-Co opened 1 year ago

Kas-tle commented 1 year ago

Is the username rollout finished though? What happens in this case if the user still has a tag?

Chew commented 1 year ago

Yeah you'll want a misc util method for friendlyName() that gets the tag if discrim > 0 or just the username otherwise

onebeastchris commented 9 months ago

Discord will be automatically changing tags to usernames on March 4th from what i've heard, we could wait until then?

rtm516 commented 9 months ago

Discord will be automatically changing tags to usernames on March 4th from what i've heard, we could wait until then?

Yes, once that's done we can remove tag support. I think bots may still have tags but not too important

onebeastchris commented 6 months ago

Usernames are now fully migrated, we could move ahead with this PR 👀