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 64d08d2..c01ffeb 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -258,7 +258,7 @@ commandProcessed = true;
"Maybe.",
"I don't know?",
"Hmm let me think :thinking:",
- ":red_circle: ERROR 3029131 OVERFLOW!!!!"
+ ":red_circle: ERROR 3029131 OVERFLOW!!!! *explodes*"
];
if (args[1]) {
message.channel.sendMessage(abaskanswer[Math.floor(Math.random() * abaskanswer.length)]);