diff options
Diffstat (limited to 'commands/quote.js')
| -rw-r--r-- | commands/quote.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
