A
A
anubis4652021-01-27 14:28:02
Node.js
anubis465, 2021-01-27 14:28:02

How to receive private messages of the bot?

Decided to do something like messaging between a user and a moderator, but don't know how to get messages sent to a bot?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-01-27
@anubis465

client.on("message", message => {
    if (message.channel.type === 'dm') { // если тип канала === личные сообщения
        // . . .  //
    }
})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question