diff options
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ commandProcessed = true; } if(command === 'ship'){ message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); - } else { + } else if { message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.") } |
