All I'm doing right now is trying to send a dm to myself to see if I can get this working. I've tried:
client.users.cache.get(id).send('hi')
Use UserManager#send()
. This will create a dm if needed, then send the message
client.users.send(userId, "content")