summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-15 03:59:36 -0400
committerUnknown <Alee14498@gmail.com>2017-08-15 03:59:36 -0400
commit0835e9e501d86afd67ae2ca48673bf87760408cb (patch)
tree10e20a0615211dda9f41d3bbdaa50e967a115079
parent364427c31cadf578199d4a7edf52fc1675c5fb00 (diff)
downloadAleeBot-0835e9e501d86afd67ae2ca48673bf87760408cb.tar.gz
AleeBot-0835e9e501d86afd67ae2ca48673bf87760408cb.tar.bz2
AleeBot-0835e9e501d86afd67ae2ca48673bf87760408cb.zip
Updates on ab:ask
-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)]);