From a23a4ce5cb4d07d8c5c807a72fef665b24697acf Mon Sep 17 00:00:00 2001 From: "neroignis@gmail.com" Date: Mon, 21 Sep 2020 19:26:58 +0200 Subject: [PATCH] /say command --- app.js | 4 ++++ 1 file changed, 4 insertions(+) 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);