diff --git a/src/commands/utility/file.js b/src/commands/utility/file.js index 9e8f95a..119e11f 100644 --- a/src/commands/utility/file.js +++ b/src/commands/utility/file.js @@ -50,6 +50,7 @@ module.exports = { result.publishedDate = new Date(result.publishedDate).toLocaleDateString('en-us', { weekday: "long", year: "numeric", month: "short", day: "numeric" }); const footerText = ([ + result.engine, result.filesize, `${result.seed} S`, `${result.leech} L`, @@ -64,10 +65,9 @@ module.exports = { const embed = new EmbedBuilder() .setAuthor({ - name: result.engine, - url: result.parsed_url.slice(0, 2).join("://") + name: result.title, + url: result.url }) - .setTitle(result.title) .setURL(result.url) .setColor("#cba6f7") .setDescription(description)