Answer the question
In order to leave comments, you need to log in
How to make the bot able to write embed messages?
For example, to answer the hello command in private messages with embed. There is a code for a small dialogue with the bot. But how to make it respond with embed?
robot.on("message", message => {
if (message.channel.type === "dm") { // если тип канала === ЛС
if (message.content === "привет") {
message.channel.send("дароу")
}
}
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question