From ad5ced94e9212fff66877a8abc393b6996bde934 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 1 Aug 2018 22:53:58 -0400 Subject: things --- commands/Utility/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility/quote.js') diff --git a/commands/Utility/quote.js b/commands/Utility/quote.js index 8098400..4ddefce 100644 --- a/commands/Utility/quote.js +++ b/commands/Utility/quote.js @@ -28,7 +28,7 @@ let NewQuote; const url = quo.url; NewQuote.setAuthor(author, authorImage); - NewQuote.setColor('#1fd619'); + NewQuote.setColor(0x36393e); NewQuote.setDescription(quote); NewQuote.setFooter('- ' + year); NewQuote.setURL(url); -- cgit v1.2.3