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