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 ac32b4f..dd5a137 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -329,7 +329,7 @@ commandProcessed = true;
}
if(command === 'ship'){
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
- } else {
+ } else if {
message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.")
}