how to take a client to a website in discord.js code example
Example: discord js channel send
const user = <client>.users.cache.get('<id>');
user.send('<content>');
const user = <client>.users.cache.get('<id>');
user.send('<content>');