Metadata-Version: 2.1
Name: badonker
Version: 0.0.1
Summary: Enhance and spice up your NSFW stuff with badonker.
Home-page: https://github.com/sinkaroid/badonker.py
Author: sinkaroid
Author-email: anakmancasan@gmail.com
License: MIT
Description: <div align="center">
        
           <a href="https://top.gg/bot/724047481561809007">
           <img width="550" height="390" src="https://cdn.discordapp.com/attachments/770677652293419008/813787493430198292/badonker.jpg" alt="logo"></a></br><h2>badonker</h2>
           feature rich and hQ content
        
        [![npm](https://img.shields.io/npm/v/badonker.svg)](https://www.npmjs.com/package/badonker)
        [![npm](https://img.shields.io/npm/dt/badonker.svg?maxAge=3600)](https://www.npmjs.com/package/badonker)
        [![install size](https://img.shields.io/bundlephobia/min/badonker)](https://www.npmjs.com/package/badonker)
        [![CodeFactor](https://www.codefactor.io/repository/github/sinkaroid/badonker/badge)](https://www.codefactor.io/repository/github/sinkaroid/badonker)
        
        [![NPM](https://nodei.co/npm/badonker.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/badonker/)
        
        ---
        
        </div>
        
        ## Installation
        
        ```
        npm i badonker
        ```
        
        Enhance and spice up your NSFW stuff with badonker.  
        Quick rewrite and animated object from [scathach-api](https://www.npmjs.com/package/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
        
        ```js
        const client = require("badonker");
        const honker = new client();
        
        async function test() {
          console.log(await honker.nsfw.ass());
        }
        
        test();
        ```
        
        Promise
        
        ```js
        const client = require("badonker");
        const honker = new client();
        
        honker.bulknsfw.ass().then((honker) => {
          console.log(honker);
        });
        ```
        
        ## Bulk NSFW example (5)
        
        Await/Async
        
        ```js
        const client = require("badonker");
        const honker = new client();
        
        async function test() {
          console.log(await honker.bulknsfw.booty());
        }
        
        test();
        ```
        
        Promise
        
        ```js
        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`
        
        ```js
        const client = require("badonker");
        const { nsfw } = new client();
        
        nsfw.gifBj().then((gifBj) => console.log(gifBj));
        ```
        
        with `bulknsfw`
        
        ```js
        const client = require("badonker");
        const { bulknsfw } = new client();
        
        bulknsfw.gifBj().then((gifBj) => console.log(gifBj));
        ```
        
Keywords: NSFW,wrapper,lewd
Platform: UNKNOWN
Description-Content-Type: text/markdown
