diff --git a/app.js b/app.js index afd1fef..15e9299 100644 --- a/app.js +++ b/app.js @@ -208,6 +208,10 @@ 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);