aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)]);