Change Define Embed Color

This commit is contained in:
dragonfire535
2017-03-05 22:02:29 -05:00
parent 35e65ea43a
commit f6495ee17a
+2 -2
View File
@@ -28,9 +28,9 @@ class DefineCommand extends commando.Command {
}
request(options).then(function (response) {
const embed = new Discord.RichEmbed()
.setColor(0xF89C34)
.setColor(0x0000FF)
.setTitle(definethis)
.setDescription(response[0].defenition)
.setDescription(response[0].defenition);
message.channel.sendEmbed(embed).catch(console.error);
}).catch(function (err) {
message.channel.sendMessage(":x: Error! Word not Found!");