K
K
Kirill Bely2020-10-05 16:50:48
Node.js
Kirill Bely, 2020-10-05 16:50:48

How to create a discord bot that communicates with you in private messages?

For example, you send him a message with the text "hello". To which he replies "darow" and so on. Tell me please :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-10-05
@chupchik_chupachupsa

if (message.channel.type === "dm") { // если тип канала === ЛС
  if (message.content === "привет") {
    message.channel.send("дароу")
  }
  ...
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question