badonker
v0.0.6
Published
Enhance and spice up your NSFW stuff with badonker.
Downloads
5
Readme
Installation
npm i badonkerEnhance and spice up your NSFW stuff with badonker.
Quick rewrite and animated object from scathach-api.
| Function | Description |
| --------------- | -------------------------------------------- |
| honker | Get a gif or animated URL of a honker |
| badonkers | Get a gif or animated URL of a badonkers |
| hhonker | Get a gif or animated URL of a hentai honkwe |
| ass | Get a gif or animated URL of a ass |
| hass | Get a gif or animated URL of a hentai ass |
| thicc | Get a gif or animated URL of a thicc |
| hthicc | Get a gif or animated URL of a hentai thicc |
| milf | Get a gif or animated URL of a milf |
| hmilf | Get a gif or animated URL of a hentai milf |
| milk | Get a gif or animated URL of a milk |
| hmilk | Get a gif or animated URL of a hentai milk |
| booty | Get a gif or animated URL of a booty |
| hbooty | Get a gif or animated URL of a hentai booty |
| belly | Get a gif or animated URL of a belly |
| hbelly | Get a gif or animated URL of a hentai belly |
| gifTits | Get a gif or animated URL of a tits |
| gifPussy | Get a gif or animated URL of a pussy |
| gifAss | Get a gif or animated URL of a ass |
| gifMissionary | Get a gif or animated URL of a army |
| gifCowgirl | Get a gif or animated URL of a cow gurl |
| gifBj | Get a gif or animated URL of a bj |
| gifCumshots | Get a gif or animated URL of a cumshots |
| ahegao | Get a gif or animated URL of a ahegao |
| random | Get a gif or animated URL of as random |
NSFW example
Await/Async
const client = require("badonker");
const honker = new client();
async function test() {
console.log(await honker.nsfw.ass());
}
test();Promise
const client = require("badonker");
const honker = new client();
honker.bulknsfw.ass().then((honker) => {
console.log(honker);
});Bulk NSFW example (5)
Await/Async
const client = require("badonker");
const honker = new client();
async function test() {
console.log(await honker.bulknsfw.booty());
}
test();Promise
const client = require("badonker");
const honker = new client();
honker.bulknsfw.booty().then((honker) => {
console.log(honker);
});Advanced examples
How to import either nsfw or bulknsfw if you would like to do so.
with nsfw
const client = require("badonker");
const { nsfw } = new client();
nsfw.gifBj().then((gifBj) => console.log(gifBj));with bulknsfw
const client = require("badonker");
const { bulknsfw } = new client();
bulknsfw.gifBj().then((gifBj) => console.log(gifBj));
