Answer the question
In order to leave comments, you need to log in
How to make the bot respond to your message?
For example, a bot during the execution of a command sends a message (or sent it) and immediately responds to it. I already saw it in python, you need a javascript.
For example, my lines of code for the command:
client.on('message', message => {
if (message.content === `${prefix}команда`) {
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