“Discord JS Отправить автора DM” Ответ

Discord JS Отправить DM пользователю

// In order for a bot to send a message, you need <client>.send()
// the client is where the bot will send a message to(A channel, everywhere in the server, or a PM). 
// If you want the bot to PM a certain user, you can use message.author as your client. 
mesage.author.send("LOL, I just slid into your DMs :joy:";
N!ls

Discord JS Отправить автора DM

message.author.send("hello word");
mousepad.eth

Ответы похожие на “Discord JS Отправить автора DM”

Вопросы похожие на “Discord JS Отправить автора DM”

Больше похожих ответов на “Discord JS Отправить автора DM” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования