This commit is contained in:
Jonny_Bro (Nikita) 2024-03-27 19:20:04 +05:00
parent f76a199789
commit 784f3e966a
Signed by: jonny_bro
GPG key ID: 3F1ECC04147E9BD8

View file

@ -38,7 +38,7 @@ class NSFW extends BaseCommand {
const tag = interaction?.values[0],
splitted = tag.split("_"),
res = await fetch(`https://nsfw-api-p302.onrender.com/media/${splitted[0].charAt(0).toLowerCase()}/${splitted[1].toLowerCase()}`).then(async r => await r.buffer()),
res = await fetch(`https://nsfw-api.jababot.ru/media/${splitted[0].charAt(0).toLowerCase()}/${splitted[1].toLowerCase()}`).then(async r => await r.buffer()),
image = new AttachmentBuilder(res, { name: "image.jpeg" });
const embed = client.embed({