diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 00:08:17 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 00:08:17 -0400 |
| commit | f39b390af823a4de875bcb70d2680cdb5c804b2e (patch) | |
| tree | 830f530b457fb8b8a751d80a21fd46de1fbeb448 | |
| parent | 760fbda520a8d7256d7478376d10acbc05b6d3a8 (diff) | |
| download | AleeBot-f39b390af823a4de875bcb70d2680cdb5c804b2e.tar.gz AleeBot-f39b390af823a4de875bcb70d2680cdb5c804b2e.tar.bz2 AleeBot-f39b390af823a4de875bcb70d2680cdb5c804b2e.zip | |
Updates
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ 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'){ + if(message.content == 'AleeBot sucks'){ switch (Math.floor(Math.random() * 1000) % 3) { case 0: message.reply('Why you hate me .-.'); |
