aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aleebot.js6
1 files 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 => {