diff options
| author | Alee <alee14498@gmail.com> | 2018-03-31 22:09:48 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-31 22:09:48 -0400 |
| commit | f333b15fd51c3c9280db7de558f3303a9cb5e85f (patch) | |
| tree | accd40f42751ed48943a6f3d599be8fcd563f82b /commands/quote.js | |
| parent | f2a9545f45912660301bfd477cc001ec9c76afb2 (diff) | |
| download | AleeBot-f333b15fd51c3c9280db7de558f3303a9cb5e85f.tar.gz AleeBot-f333b15fd51c3c9280db7de558f3303a9cb5e85f.tar.bz2 AleeBot-f333b15fd51c3c9280db7de558f3303a9cb5e85f.zip | |
Removed Victor's accidental swears
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); |
