aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 21:10:09 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 21:10:09 -0400
commit8379ca756ac1615d5d7804e70f8ec258e4c0320d (patch)
tree78db4047cc7cf6c8dc9408c3f6e92a9ddaece0f2
parent54723276555c80d643c2a5ef2be7185bb567b7d9 (diff)
downloadAleeBot-8379ca756ac1615d5d7804e70f8ec258e4c0320d.tar.gz
AleeBot-8379ca756ac1615d5d7804e70f8ec258e4c0320d.tar.bz2
AleeBot-8379ca756ac1615d5d7804e70f8ec258e4c0320d.zip
Updates
-rw-r--r--aleebot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/aleebot.js b/aleebot.js
index 8dfb8fc..5338b45 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -290,6 +290,8 @@ commandProcessed = true;
}
if(command === 'ship'){
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
+ } else {
+ message.channel.send("Erm... This isn't a command buddy if you need help type `ab:help`.")
}
});