As of a recent update with the library, the find property is no longer used in such a way as demonstrated by this source code. Here is an example of correct code:
const serverChan = message.guild.channels.find(channel => channel.name === "support")
This represents a variable in which the channel name is "support".