discord js v12 get user tag with id

Solutions on MaxInterview for discord js v12 get user tag with id by the best coders in the world

showing results for - "discord js v12 get user tag with id"
Vincenzo
08 May 2020
1const User = client.users.cache.get("UserID"); 
2//put id instead of "UserID"
Jaden
02 Mar 2020
1just do message.author.tag