discord js id to username 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"