I am trying to make a verify command but I keep getting stuck on the bot saying "Please Enter A Valid Channel!" even with a valid channel name.
let channel = message.mentions.channels.first() ||
message.guild.channels.cache.get(args[0]) ||
message.guild.channels.cache.find(c => c.name.toLowerCase() ===
args[0].toLocaleLowerCase());
if (!channel || channel.type !== 'text') return message.channel.send("**Please Enter A Valid Channel!**");
Example: Discord Example code
Don't mind the role mention. It's for a role to be given when reacting