diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:40:04 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:40:04 -0400 |
| commit | 8756883d045b049155416c6b6cccbc2871c8bb56 (patch) | |
| tree | 1db8996b29fbf8b211c3e77a0db28a77abf6cddb | |
| parent | a4c7f68162634f9854e47f3fbfab6b042c92ca1b (diff) | |
| download | AleeBot-8756883d045b049155416c6b6cccbc2871c8bb56.tar.gz AleeBot-8756883d045b049155416c6b6cccbc2871c8bb56.tar.bz2 AleeBot-8756883d045b049155416c6b6cccbc2871c8bb56.zip | |
Updates
| -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; */ }); |
