Answer the question
In order to leave comments, you need to log in
How to make the bot respond to a command they don't understand?
There is a VK bot written in node js that works on commands.
How to make if the bot was written a command that he does not know, he would answer something like "I don't understand you" or "Sorry, I don't know this command yet"
Answer the question
In order to leave comments, you need to log in
switch (command) {
case 'one': return this.oneResult()
case 'two': return this.twoResult()
default: return 'Извините, пока я не знаю этой команды'
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question