From 39353db32386bdcedc76fd8fd2c598308f141116 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 11 Aug 2017 17:23:46 -0400 Subject: Uhhh this feature doesn't work :P --- aleebot.js | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; + } + } + }); -- cgit v1.2.3