aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-14 01:40:04 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-14 01:40:04 -0400
commit8756883d045b049155416c6b6cccbc2871c8bb56 (patch)
tree1db8996b29fbf8b211c3e77a0db28a77abf6cddb
parenta4c7f68162634f9854e47f3fbfab6b042c92ca1b (diff)
downloadAleeBot-8756883d045b049155416c6b6cccbc2871c8bb56.tar.gz
AleeBot-8756883d045b049155416c6b6cccbc2871c8bb56.tar.bz2
AleeBot-8756883d045b049155416c6b6cccbc2871c8bb56.zip
Updates
-rw-r--r--aleebot.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/aleebot.js b/aleebot.js
index c1376e7..c28e384 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -329,15 +329,14 @@ commandProcessed = true;
}
if(command === 'ship'){
message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName);
+ } else {
+ message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.")
} catch(err) {
let embed = new Discord.RichEmbed()
.setAuthor("Help... A error as occured");
embed.setDescription("An error just happen: " + err)
}
- /* else
- message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.")
- return; */
});