discord js v12 user tag with id code example
Example: discord js v12 get user tag with id
const User = client.users.cache.get("UserID");
//put id instead of "UserID"
const User = client.users.cache.get("UserID");
//put id instead of "UserID"