diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 21:14:57 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-13 21:14:57 -0400 |
| commit | bb7cf81bab829cfa24f444a69e067e010e4b8786 (patch) | |
| tree | dab976381ce54532fc0009a90cc56b067e817bee | |
| parent | 8379ca756ac1615d5d7804e70f8ec258e4c0320d (diff) | |
| download | AleeBot-bb7cf81bab829cfa24f444a69e067e010e4b8786.tar.gz AleeBot-bb7cf81bab829cfa24f444a69e067e010e4b8786.tar.bz2 AleeBot-bb7cf81bab829cfa24f444a69e067e010e4b8786.zip | |
Updates
| -rw-r--r-- | aleebot.js | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 => { |
