update nsfw api domain

This commit is contained in:
Jonny_Bro (Nikita) 2024-11-20 11:51:50 +05:00
parent f77913c007
commit 5a7088671f
Signed by: jonny_bro
GPG key ID: 3F1ECC04147E9BD8

View file

@ -39,7 +39,7 @@ class NSFW extends BaseCommand {
const tag = interaction?.values[0],
splitted = tag.split("_"),
res = await fetch(`https://nsfw.plsgo.ru/media/${splitted[0].charAt(0).toLowerCase()}/${splitted[1].toLowerCase()}`).then(async r => await r.buffer()),
res = await fetch(`https://nsfw-api.jonnybro.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({