how to find a channel by its name discord.js code example
Example 1: get channel id discord js v12
client.channels.cache.get('id')
Example 2: Find channel discord js
// Insert the Channel ID in the brackets. TO find that, right click the
// channel and select "Copy ID". Discord Developer must be on.
let channel = message.guild.channels.cache.get(channelid)