aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-11 17:23:46 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-11 17:23:46 -0400
commit39353db32386bdcedc76fd8fd2c598308f141116 (patch)
tree575460956f3aa85a0bdfc40ea3bf444627931c99
parent2124b45ab8fa72a2e3c892afe4e00103b44d8fb0 (diff)
downloadAleeBot-39353db32386bdcedc76fd8fd2c598308f141116.tar.gz
AleeBot-39353db32386bdcedc76fd8fd2c598308f141116.tar.bz2
AleeBot-39353db32386bdcedc76fd8fd2c598308f141116.zip
Uhhh this feature doesn't work :P
-rw-r--r--aleebot.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/aleebot.js b/aleebot.js
index 2279d55..d0def2c 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -203,6 +203,17 @@ commandProcessed = true;
'Please note that we are still working on this feature!```');
}
+ if(message.content == 'AleeBot sucks' || message.content == 'aleebot sucks' || message.content == 'AleeBot Sucks'){
+ switch (Math.floor(Math.random() * 1000) % 3) {
+ case 0:
+ message.reply('Why you hate me .-.');
+ break;
+ case 1:
+ message.reply('Okay but why you hate me?');
+ break;
+ }
+ }
+
});