aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/vtquote.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/vtquote.js
parent5881cae922e44a93cff005f497dd02e7bbdfaee9 (diff)
downloadPokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.tar.gz
PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.tar.bz2
PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.zip
things
Diffstat (limited to 'commands/Utility/vtquote.js')
-rw-r--r--commands/Utility/vtquote.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/vtquote.js b/commands/Utility/vtquote.js
index ec85888..ad94c2c 100644
--- a/commands/Utility/vtquote.js
+++ b/commands/Utility/vtquote.js
@@ -28,7 +28,7 @@ module.exports.run = async (client, message) => {
const url = quo.url;
VictorQuote.setAuthor(author, authorImage);
- VictorQuote.setColor('#1fd619');
+ VictorQuote.setColor(0x36393e);
VictorQuote.setDescription(quote);
VictorQuote.setFooter('- ' + year);
VictorQuote.setURL(url);