diff --git a/app.js b/app.js index 15e9299..afd1fef 100644 --- a/app.js +++ b/app.js @@ -208,10 +208,6 @@ let kara = new Vue({ this.meMessage(this.checkForCommands(message, 'me')) } - if (this.checkForCommands(message, 'say')) { - this.botMessage(this.checkForCommands(message, 'say')) - } - if (this.checkForCommands(message, 'talk')) { this.talk = !this.talk; alert(this.talk);