Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SrEvelio committed Aug 28, 2022
1 parent 8be1095 commit fb2f10d
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 45 deletions.
71 changes: 48 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,51 @@ return message.reply({ embeds: [embed] });
```
#

#### Methods

- Anal (anal)
- Ass (ass)
- Boobs (boobs)
- 4k (fourk)
- Gonewild (gonewild)
- Hentai (hentai)
- Hentai Boobs (hentaiboobs)
- Hentai Ass (hentaiass)
- Hentai Thigh (hentaithigh)
- Hmidriff (hmidriff)
- Kitsune (kitsune)
- Lewd (lewd)
- Lewd Neko (lewdneko)
- Neko (neko)
- Neko Gif (nekogif)
- Porn Gif (pgif)
- Pussy (pussy)
- Solo (solo)
- Thigh (thigh)
- Waifu (waifu)
- Wallpaper (wallpaper)
#### Methods / Categories

- **Anal (anal)**
- **Ass (ass)**
- **Boobs (boobs)**
- **Doujin (doujin)**
- **Ero (ero)**
- **Ecchi (ecchi)**
- **Feet (feet)**
- **Female Domination (femdom)**
- **4k (fourk)**
- **Gonewild (gonewild)**
- **Glasses (glasses)**
- **Hentai (hentai)**
- **Hentai Boobs (hentaiboobs)**
- **Hentai Ass (hentaiass)**
- **Hentai Thigh (hentaithigh)**
- **Hmidriff (hmidriff)**
- **Kitsune (kitsune)**
- **Lewd (lewd)**
- **Lewd Neko (lewdneko)**
- **Milf (milf)**
- **Maid (maid)**
- **Neko (neko)**
- **Netorare (netorare)**
- **Neko Gif (nekogif)**
- **Paizuri (paizuri)**
- **Panties (panties)**
- **Porn Gif (pgif)**
- **Random Gifs (rhgif)**
- **Pussy (pussy)**
- **Succubus (succubus)**
- **Solo (solo)**
- **School (school)**
- **Tentacles (tentacles)**
- **Thigh (thigh)**
- **Waifu (waifu)**
- **Wallpaper (wallpaper)**
- **Yuri (yuri)**

#

#### APIs used in the package
- [Akaneko](https://akaneko-api.herokuapp.com/)
- [Nekobot](https://nekobot.xyz/)
- [Nekos.life](https://nekos.life/)
- [Waifu Pics](https://waifu.pics/)
- [Waifu Im](https://waifu.im/)
16 changes: 16 additions & 0 deletions src/Ultimate.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ export declare class NSFW {
anal(): Promise<any>
ass(): Promise<any>
boobs(): Promise<any>
doujin(): Promise<any>
ero(): Promise<any>
ecchi(): Promise<any>
feet(): Promise<any>
femdom(): Promise<any>
fourk(): Promise<any>
gonewild(): Promise<any>
glasses(): Promise<any>
hentaiboobs(): Promise<any>
hentaiass(): Promise<any>
hentaithigh(): Promise<any>
Expand All @@ -15,12 +21,22 @@ export declare class NSFW {
kitsune(): Promise<any>
lewd(): Promise<any>
lewdneko(): Promise<any>
milf(): Promise<any>
maid(): Promise<any>
neko(): Promise<any>
netorare(): Promise<any>
nekogif(): Promise<any>
paizuri(): Promise<any>
panties(): Promise<any>
pgif(): Promise<any>
rhgif(): Promise<any>
pussy(): Promise<any>
succubus(): Promise<any>
solo(): Promise<any>
school(): Promise<any>
thigh(): Promise<any>
tentacles(): Promise<any>
waifu(): Promise<any>
wallpaper(): Promise<any>
yuri(): Promise<any>
}
128 changes: 106 additions & 22 deletions src/Ultimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ class NSFW {
"anal",
"ass",
"boobs",
"doujin",
"ero",
"ecchi",
"feet",
"femdom",
"fourk",
"gonewild",
"glasses",
"hentaiboobs",
"hentaiass",
"hentaithigh",
Expand All @@ -16,119 +22,197 @@ class NSFW {
"kitsune",
"lewd",
"lewdneko",
"milf",
"maid",
"neko",
"netorare",
"nekogif",
"paizuri",
"panties",
"pgif",
"rhgif",
"pussy",
"solo",
"school",
"tentacles",
"thigh",
"waifu",
"wallpaper"
"wallpaper",
"yuri"
]
}
async anal() {
let data = await axios.get("https://nekobot.xyz/api/image?type=anal").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=anal").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async ass() {
let data = await axios.get("https://nekobot.xyz/api/image?type=ass").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=ass").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}


async boobs() {
let data = await axios.get("https://api.dayabot.ml/img/boobs").then(res => res.data);
let data = await axios.get("https://api.dayabot.ml/img/boobs").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async doujin() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/doujin").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async ero() {
let data = await axios.get("https://api.waifu.im/random/?selected_tags=ero").then(res => res.data).catch((e) => { return console.error(e) });
return data[0].url;
}

async ecchi() {
let data = await axios.get("https://api.waifu.im/random/?selected_tags=ecchi").then(res => res.data).catch((e) => { return console.error(e) });
return data[0].url;
}

async feet() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/feet").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async fourk() {
let data = await axios.get("https://nekobot.xyz/api/image?type=4k").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=4k").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async gonewild() {
let data = await axios.get("https://nekobot.xyz/api/image?type=gonewild").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=gonewild").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async glasses() {

}

async hentaiboobs() {
let data = await axios.get("https://nekobot.xyz/api/image?type=hboobs").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=hboobs").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async hentaiass() {
let data = await axios.get("https://api.waifu.im/random/?selected_tags=ass").then(res => res.data); s
let data = await axios.get("https://api.waifu.im/random/?selected_tags=ass").then(res => res.data).catch((e) => { return console.error(e) });
return data.images[0].url;
}

async hentaithigh() {
let data = await axios.get("https://nekobot.xyz/api/image?type=hthigh").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=hthigh").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async hentai() {
let data = await axios.get("https://api.waifu.im/random/?selected_tags=hentai").then(res => res.data);
let data = await axios.get("https://api.waifu.im/random/?selected_tags=hentai").then(res => res.data).catch((e) => { return console.error(e) });
return data.images[0].url;
}

async hmidriff() {
let data = await axios.get("https://nekobot.xyz/api/image?type=hmidriff").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=hmidriff").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async kitsune() {
let data = await axios.get("https://nekos.life/api/v2/img/fox_girl").then(res => res.data);
let data = await axios.get("https://nekos.life/api/v2/img/fox_girl").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async lewd() {
let data = await axios.get("https://nekos.life/api/v2/img/lewd").then(res => res.data);
let data = await axios.get("https://nekos.life/api/v2/img/lewd").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async lewdneko() {
let data = await axios.get("https://nekobot.xyz/api/image?type=lewdneko").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=lewdneko").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async milf() {
let data = await axios.get("https://api.waifu.im/random/?selected_tags=milf").then(res => res.data).catch((e) => { return console.error(e) });
return data[0].url;
}

async maid() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/maid").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async neko() {
let data = await axios.get("https://api.waifu.pics/nsfw/neko").then(res => res.data);
let data = await axios.get("https://api.waifu.pics/nsfw/neko").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async netorare() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/netorare").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async nekogif() {
let data = await axios.get("https://nekos.life/api/v2/img/ngif").then(res => res.data);
let data = await axios.get("https://nekos.life/api/v2/img/ngif").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async panties() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/panties").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async paizuri() {
let data = await axios.get("https://api.waifu.im/random/?selected_tags=paizuri").then(res => res.data).catch((e) => { return console.error(e) });
return data[0].url;
}

async pgif() {
let data = await axios.get("https://nekobot.xyz/api/image?type=pgif").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=pgif").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async rhgif() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/gif").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async pussy() {
let data = await axios.get("https://api.dayabot.ml/img/pussy").then(res => res.data);
let data = await axios.get("https://api.dayabot.ml/img/pussy").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async succubus() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/succubus").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async solo() {
let data = await axios.get("https://nekos.life/api/v2/img/solo").then(res => res.data);
let data = await axios.get("https://nekos.life/api/v2/img/solo").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async school() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/school").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async thigh() {
let data = await axios.get("https://nekobot.xyz/api/image?type=thigh").then(res => res.data);
let data = await axios.get("https://nekobot.xyz/api/image?type=thigh").then(res => res.data).catch((e) => { return console.error(e) });
return data.message;
}

async waifu() {
let data = await axios.get("https://api.waifu.pics/nsfw/waifu").then(res => res.data);
let data = await axios.get("https://api.waifu.pics/nsfw/waifu").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async wallpaper() {
let data = await axios.get("https://nekos.life/api/v2/img/wallpaper").then(res => res.data);
let data = await axios.get("https://nekos.life/api/v2/img/wallpaper").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

async yuri() {
let data = await axios.get("https://akaneko-api.herokuapp.com/api/yuri").then(res => res.data).catch((e) => { return console.error(e) });
return data.url;
}

Expand Down

0 comments on commit fb2f10d

Please sign in to comment.