hent-api
v1.0.0
Published
silahkan cek sendiri fungsinya
Downloads
2
Readme
Hent-API
exaple
const { bpink,
ecchi,
genshin,
hentai,
reco } = require("hent-api");
bpink().then(console.log).catch(err => console.log("Error"));
ecchi().then(console.log).catch(err => console.log("Error"));
genshin().then(console.log).catch(err => console.log("Error"));
hentai().then(console.log).catch(err => console.log("Error"));
reco().then(console.log).catch(err => console.log("Error"));