Browse Source

/say command

master
neroignis@gmail.com 5 years ago
parent
commit
a23a4ce5cb
  1. 4
      app.js

4
app.js

@ -208,6 +208,10 @@ let kara = new Vue({
this.meMessage(this.checkForCommands(message, 'me')) this.meMessage(this.checkForCommands(message, 'me'))
} }
if (this.checkForCommands(message, 'say')) {
this.botMessage(this.checkForCommands(message, 'say'))
}
if (this.checkForCommands(message, 'talk')) { if (this.checkForCommands(message, 'talk')) {
this.talk = !this.talk; this.talk = !this.talk;
alert(this.talk); alert(this.talk);

Loading…
Cancel
Save