aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 21:14:57 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 21:14:57 -0400
commitbb7cf81bab829cfa24f444a69e067e010e4b8786 (patch)
treedab976381ce54532fc0009a90cc56b067e817bee /aleebot.js
parent8379ca756ac1615d5d7804e70f8ec258e4c0320d (diff)
downloadAleeBot-bb7cf81bab829cfa24f444a69e067e010e4b8786.tar.gz
AleeBot-bb7cf81bab829cfa24f444a69e067e010e4b8786.tar.bz2
AleeBot-bb7cf81bab829cfa24f444a69e067e010e4b8786.zip
Updates
Diffstat (limited to 'aleebot.js')
-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 => {