From f333b15fd51c3c9280db7de558f3303a9cb5e85f Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 31 Mar 2018 22:09:48 -0400 Subject: Removed Victor's accidental swears --- commands/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/quote.js') diff --git a/commands/quote.js b/commands/quote.js index 6ad87d0..971949f 100644 --- a/commands/quote.js +++ b/commands/quote.js @@ -39,7 +39,7 @@ let NewQuote; const url = quo.url; NewQuote.setAuthor(author, authorImage); - NewQuote.setColor('#939d45'); + NewQuote.setColor('#1fd619'); NewQuote.setDescription(quote); NewQuote.setFooter('- ' + year); NewQuote.setURL(url); -- cgit v1.2.3