How to DM a user in discord.js using their user id

How to DM a user in discord.js using their user id


const user = await client.users.fetch('user-id-here'); user.send('message');