aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 20:50:25 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-12 20:50:25 -0400
commit1219bd9027b6939abd882ab3daabbde49f4e54b1 (patch)
treedda226ee4cc30459db793782776f67d184412f9c /aleebot.js
parent18c9770a47b28255f955549c7d9247d37d1b1570 (diff)
downloadAleeBot-1219bd9027b6939abd882ab3daabbde49f4e54b1.tar.gz
AleeBot-1219bd9027b6939abd882ab3daabbde49f4e54b1.tar.bz2
AleeBot-1219bd9027b6939abd882ab3daabbde49f4e54b1.zip
New messages for AleeBot
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 5bdf1dd..80f7b26 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -247,7 +247,9 @@ commandProcessed = true;
"Yes.",
"No.",
"Maybe.",
- "I don't know?"
+ "I don't know?",
+ "Hmm let me think :thinking:",
+ "ERROR 3029131 OVERFLOW!!!!"
];
if (args[1]) {
message.channel.sendMessage(abaskanswer[Math.floor(Math.random() * abaskanswer.length)]);