|
|
|
@ -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) { |
|
|
|
|