diff options
| -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 => { |
