From cf50acf7112412292a38a0d4a20c14656ad621e2 Mon Sep 17 00:00:00 2001 From: Nero Date: Wed, 23 Sep 2020 12:27:12 +0200 Subject: [PATCH] Remove 'Command not found' due to error with ajax-commands --- app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.js b/app.js index 7bcac8d..d525be9 100644 --- a/app.js +++ b/app.js @@ -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) {