aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js21
1 files changed, 6 insertions, 15 deletions
diff --git a/aleebot.js b/aleebot.js
index b5bf1da..b53c9eb 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -106,7 +106,6 @@ client.on("message", function(message){
.setFooter("AleeBot "+ abversion +" Copyright "+ year +". Created By Alee14", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
.setColor("#7af442")
message.channel.sendEmbed(embed);
- message.delete();
}
@@ -202,16 +201,6 @@ commandProcessed = true;
"2. Error Handler\n```");
}
- if(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;
- }
- }
if(command === 'attack'){
//This command was ported from AstralMod
@@ -239,12 +228,14 @@ commandProcessed = true;
if(command === 'ask'){
var abaskanswer = [
"Yes.",
+ "Nope. Just kidding :P",
+ "Definitely!",
"No.",
- "Maybe.",
+ "Yep. Just kidding :P",
+ "I doubt it.",
+ "Maybe?",
"I don't know?",
- "Hmm let me think :thinking:",
- "Sorry my brain can't handle right now :/",
- ":red_circle: ERROR 3029131 OVERFLOW!!!! *explodes*"
+ "Hmm let me think :thinking:"
];
if (args[1]) {
message.channel.sendMessage(abaskanswer[Math.floor(Math.random() * abaskanswer.length)]);