diff options
| author | Alee <alee14498@gmail.com> | 2018-08-01 22:53:58 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-08-01 22:53:58 -0400 |
| commit | ad5ced94e9212fff66877a8abc393b6996bde934 (patch) | |
| tree | f79c5d77df5c9c107a6d10f81be5e26d9e23b17f /commands/Utility/vtquote.js | |
| parent | 5881cae922e44a93cff005f497dd02e7bbdfaee9 (diff) | |
| download | PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.tar.gz PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.tar.bz2 PokeBot-ad5ced94e9212fff66877a8abc393b6996bde934.zip | |
things
Diffstat (limited to 'commands/Utility/vtquote.js')
| -rw-r--r-- | commands/Utility/vtquote.js | 2 |
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); |
