mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
remove title from nsfw
This commit is contained in:
parent
e3c4edfc2c
commit
f76a199789
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ class NSFW extends BaseCommand {
|
||||||
image = new AttachmentBuilder(res, { name: "image.jpeg" });
|
image = new AttachmentBuilder(res, { name: "image.jpeg" });
|
||||||
|
|
||||||
const embed = client.embed({
|
const embed = client.embed({
|
||||||
title: "xd",
|
|
||||||
image: "attachment://image.jpeg",
|
image: "attachment://image.jpeg",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue