summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-31 22:09:48 -0400
committerAlee <alee14498@gmail.com>2018-03-31 22:09:48 -0400
commitf333b15fd51c3c9280db7de558f3303a9cb5e85f (patch)
treeaccd40f42751ed48943a6f3d599be8fcd563f82b /commands
parentf2a9545f45912660301bfd477cc001ec9c76afb2 (diff)
downloadAleeBot-f333b15fd51c3c9280db7de558f3303a9cb5e85f.tar.gz
AleeBot-f333b15fd51c3c9280db7de558f3303a9cb5e85f.tar.bz2
AleeBot-f333b15fd51c3c9280db7de558f3303a9cb5e85f.zip
Removed Victor's accidental swears
Diffstat (limited to 'commands')
-rw-r--r--commands/quote.js2
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);