Posts by tuca • 1 point
1 post
-
0
votes2
answers2844
viewsA: How to make the Discord bot send a private message
utilize message.author.send to send to the user who executed the message. To send to a user client.users.cache.get("ID_Do_Usuário").send("MENSAGEM")