diff options
Diffstat (limited to 'commands/quote.js')
| -rw-r--r-- | commands/quote.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/quote.js b/commands/quote.js index 0d67b66..02699cd 100644 --- a/commands/quote.js +++ b/commands/quote.js @@ -38,10 +38,6 @@ module.exports.run = async (client, message, args) => { .setColor('#1fd619') .setFooter('- ' + quote.year); - if (quote.url) { - quoteEmbed.setURL(quote.url); - } - await message.reply({ embeds: [quoteEmbed] }) } else { message.reply('Cannot find quote, specify the correct quote id.'); |
