From f76a19978946aa80d32ab4a79134b8f24f01d718 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:18:37 +0500 Subject: [PATCH] remove title from nsfw --- commands/NSFW/nsfw.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/NSFW/nsfw.js b/commands/NSFW/nsfw.js index dd179499..924d16bc 100644 --- a/commands/NSFW/nsfw.js +++ b/commands/NSFW/nsfw.js @@ -42,7 +42,6 @@ class NSFW extends BaseCommand { image = new AttachmentBuilder(res, { name: "image.jpeg" }); const embed = client.embed({ - title: "xd", image: "attachment://image.jpeg", });