diff options
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -329,15 +329,14 @@ commandProcessed = true; } if(command === 'ship'){ message.channel.send(":ship: "+ message.author.username + " x " + message.guild.members.random().displayName); + } else { + message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.") } catch(err) { let embed = new Discord.RichEmbed() .setAuthor("Help... A error as occured"); embed.setDescription("An error just happen: " + err) } - /* else - message.reply("Erm... This isn't a command buddy if you need help type `ab:help`.") - return; */ }); |
