aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
Diffstat (limited to 'aleebot.js')
-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; */
});