This is happening because you are using client#channels#cache#get
which is not a valid function since client is not defined in the code block.
You need to use member.guild.channels.cache.get('<id goes here>').send(embed);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…