From da4d4dc6502879a963572491a6459bf4523dbfd2 Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 22 Sep 2020 14:10:40 +0200 Subject: [PATCH] Revert "/say command" This reverts commit a23a4ce5 --- app.js | 4 ---- 1 file changed, 4 deletions(-) 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);