remove title from nsfw

This commit is contained in:
Jonny_Bro (Nikita) 2024-03-21 16:18:37 +05:00 committed by GitHub
parent e3c4edfc2c
commit f76a199789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
});