diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-11 17:23:46 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-11 17:23:46 -0400 |
| commit | 39353db32386bdcedc76fd8fd2c598308f141116 (patch) | |
| tree | 575460956f3aa85a0bdfc40ea3bf444627931c99 | |
| parent | 2124b45ab8fa72a2e3c892afe4e00103b44d8fb0 (diff) | |
| download | AleeBot-39353db32386bdcedc76fd8fd2c598308f141116.tar.gz AleeBot-39353db32386bdcedc76fd8fd2c598308f141116.tar.bz2 AleeBot-39353db32386bdcedc76fd8fd2c598308f141116.zip | |
Uhhh this feature doesn't work :P
| -rw-r--r-- | aleebot.js | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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; + } + } + }); |
