From 9b484f3f18c7fb4c6d85cb696999271c993e9753 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 12 Jan 2025 00:42:57 -0500 Subject: Updated packages; Docker support for web; Fixed issues with author image --- commands/quote.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'commands/quote.js') 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.'); -- cgit v1.2.3