From bb7cf81bab829cfa24f444a69e067e010e4b8786 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 Aug 2017 21:14:57 -0400 Subject: Updates --- aleebot.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aleebot.js b/aleebot.js index 5338b45..4cbad80 100644 --- a/aleebot.js +++ b/aleebot.js @@ -290,9 +290,11 @@ 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`.") } + /* else + message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.") + return; */ + }); const clean = text => { -- cgit v1.2.3