From 6c96d027463e43da2a463591707db554f113c5c8 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sat, 20 Dec 2025 14:50:23 +0200 Subject: [PATCH] SINGLE BLACK FEMALE ADDICTED TO RETAIL --- src/request-bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request-bot.js b/src/request-bot.js index 9769cbc..5242f18 100644 --- a/src/request-bot.js +++ b/src/request-bot.js @@ -177,7 +177,7 @@ client.on("interactionCreate", async interaction => { title: "📦 External Upload", description, fields: [ - { name: "Download", value: url }, + { name: "Download", value: url+"#"+encodeURIComponent(description) }, { name: "Requested by", value: `<@${interaction.user.id}>` }, ], },