From ad5ced94e9212fff66877a8abc393b6996bde934 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 1 Aug 2018 22:53:58 -0400 Subject: things --- commands/Utility/vtquote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility/vtquote.js') 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); -- cgit v1.2.3