discord js v12 get user tag with id

JavaScript
const User = client.users.cache.get("UserID"); 
//put id instead of "UserID"
Source

Also in JavaScript: