aboutsummaryrefslogtreecommitdiff
path: root/commands/quote.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-12 00:42:57 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-12 00:42:57 -0500
commit9b484f3f18c7fb4c6d85cb696999271c993e9753 (patch)
tree015e8191749291080768e07858004683c7a24be0 /commands/quote.js
parent7e65ae0e135098acad76b8081f34478b4efc077f (diff)
downloadAleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.tar.gz
AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.tar.bz2
AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.zip
Updated packages; Docker support for web; Fixed issues with author image
Diffstat (limited to 'commands/quote.js')
-rw-r--r--commands/quote.js4
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.');