diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:42:24 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-14 01:42:24 -0400 |
| commit | 059ea80659c606516920950cd84a756d2c9498f9 (patch) | |
| tree | 43c189156833a52b157c1c559027c2eae039fcd6 | |
| parent | 8756883d045b049155416c6b6cccbc2871c8bb56 (diff) | |
| download | AleeBot-059ea80659c606516920950cd84a756d2c9498f9.tar.gz AleeBot-059ea80659c606516920950cd84a756d2c9498f9.tar.bz2 AleeBot-059ea80659c606516920950cd84a756d2c9498f9.zip | |
I guess that didn't work
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -331,10 +331,6 @@ commandProcessed = true; 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) } |
