aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-12 20:53:55 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-12 20:53:55 -0400
commit20959b0c986c63f59be2141ad8bba8fdbe04d423 (patch)
tree1989e722d581c5875c845085000f0c46b110a881
parent1219bd9027b6939abd882ab3daabbde49f4e54b1 (diff)
downloadAleeBot-20959b0c986c63f59be2141ad8bba8fdbe04d423.tar.gz
AleeBot-20959b0c986c63f59be2141ad8bba8fdbe04d423.tar.bz2
AleeBot-20959b0c986c63f59be2141ad8bba8fdbe04d423.zip
Updating stuff
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 80f7b26..f420ec6 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -249,7 +249,7 @@ commandProcessed = true;
"Maybe.",
"I don't know?",
"Hmm let me think :thinking:",
- "ERROR 3029131 OVERFLOW!!!!"
+ ":red_circle: ERROR 3029131 OVERFLOW!!!!"
];
if (args[1]) {
message.channel.sendMessage(abaskanswer[Math.floor(Math.random() * abaskanswer.length)]);