Browse Source

Remove 'Command not found' due to error with ajax-commands

master
Nero 5 years ago
parent
commit
cf50acf711
  1. 4
      app.js

4
app.js

@ -498,10 +498,6 @@ let kara = new Vue({ @@ -498,10 +498,6 @@ let kara = new Vue({
this.botMessage(this.checkForCommands(message, 'say'))
}
if (this.isTyping) {
this.botMessage('Command not found');
}
this.lastMessage = message;
},
checkForCommands(message, commands) {

Loading…
Cancel
Save