aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-14 01:42:24 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-14 01:42:24 -0400
commit059ea80659c606516920950cd84a756d2c9498f9 (patch)
tree43c189156833a52b157c1c559027c2eae039fcd6 /aleebot.js
parent8756883d045b049155416c6b6cccbc2871c8bb56 (diff)
downloadAleeBot-059ea80659c606516920950cd84a756d2c9498f9.tar.gz
AleeBot-059ea80659c606516920950cd84a756d2c9498f9.tar.bz2
AleeBot-059ea80659c606516920950cd84a756d2c9498f9.zip
I guess that didn't work
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/aleebot.js b/aleebot.js
index c28e384..ac32b4f 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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)
}