list all features that the server has 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>');