aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/quote.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-08-01 22:53:58 -0400
committerAlee <alee14498@gmail.com>2018-08-01 22:53:58 -0400
commitad5ced94e9212fff66877a8abc393b6996bde934 (patch)
treef79c5d77df5c9c107a6d10f81be5e26d9e23b17f /commands/Utility/quote.js
parent5881cae922e44a93cff005f497dd02e7bbdfaee9 (diff)
downloadPokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.tar.gz
PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.tar.bz2
PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.zip
things
Diffstat (limited to 'commands/Utility/quote.js')
-rw-r--r--commands/Utility/quote.js2
1 files changed, 1 insertions, 1 deletions
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);