Define Fix?

This commit is contained in:
Daniel Odendahl Jr
2017-03-24 02:57:33 +00:00
parent 9a4abf428b
commit 6f2f30534f
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = class DefineCommand extends commando.Command {
.setColor(0x9797FF)
.setTitle(response.body[0].word)
.setDescription(response.body[0].text);
message.channel.sendEmbed(embed).catch(console.error);
message.channel.sendEmbed(embed);
}
catch (err) {
message.channel.send(":x: Error! Word not Found!");