From 87d973ec32ddc26c27216a0dbc2ae1233fa5914e Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Tue, 7 Mar 2017 07:27:12 -0500 Subject: [PATCH] Change define color --- commands/search/define.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/define.js b/commands/search/define.js index fdc8e274..fc2815b7 100644 --- a/commands/search/define.js +++ b/commands/search/define.js @@ -36,7 +36,7 @@ class DefineCommand extends commando.Command { } request(options).then(function (response) { const embed = new Discord.RichEmbed() - .setColor(0x0000FF) + .setColor(0x9797FF) .setTitle(response[0].word) .setDescription(response[0].text); message.channel.sendEmbed(embed).catch(console.error);