https://github.com/srevelio/ultimate-nsfw
A very easy way to create NSFW commands for your Discord.js bot.
https://github.com/srevelio/ultimate-nsfw
discord discord-api nsfw
Last synced: 6 months ago
JSON representation
A very easy way to create NSFW commands for your Discord.js bot.
- Host: GitHub
- URL: https://github.com/srevelio/ultimate-nsfw
- Owner: SrEvelio
- License: mit
- Created: 2022-07-31T02:13:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T03:48:59.000Z (about 1 year ago)
- Last Synced: 2025-04-13T14:19:20.887Z (6 months ago)
- Topics: discord, discord-api, nsfw
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ultimate-nsfw
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Ultimate-NSFW
Ultimate-NSFW is a package created to make it easy to deploy Not safe to work content/images to your discord bot.
#### Install
```bash
npm install ultimate-nsfw
```
##### Usage
```js
// Commonjs
const Ultimate = require("ultimate-nsfw").default;
let image = await Ultimate.fetch("");
// returns { success: boolean, url: string }// ESM
import { Ultimate } from "ultimate-nsfw";
let image = await Ultimate.fetch("");
// returns { success: boolean, url: string }
```#
#### Discord.js Usage```js
const { EmbedBuilder } = require('discord.js');const Ultimate = require("ultimate-nsfw");
const nsfw = Ultimate.default;let image = await nsfw.fetch("waifu");
message.reply({
embeds: [
new EmbedBuilder()
.setTitle('A beautiful Waifu')
.setImage(image.url)
.setColor('#ff0000')
]
});
```
##### APIs used in the package
- [Nekobot](https://nekobot.xyz/)
- [Nekos.life](https://nekos.life/)
- [Waifu Im](https://waifu.im/)#
#### Methods / Categories
- **Anal (anal)**
- **Ass (ass)**
- **Boobs (boobs)**
- **Doujin (doujin)**
- **Ero (ero)**
- **Ecchi (ecchi)**
- **Feet (feet)**
- **4k (fourk)**
- **Gonewild (gonewild)**
- **Hentai (hentai)**
- **Hentai Boobs (hboobs)**
- **Hentai Ass (hass)**
- **Hentai Thigh (hthigh)**
- **Hmidriff (hmidriff)**
- **Kitsune (kitsune)**
- **Lewd (lewd)**
- **Lewd Neko (lewdneko)**
- **Milf (milf)**
- **Neko (neko)**
- **Paizuri (paizuri)**
- **Pussy (pussy)**
- **Tentacles (tentacle)**
- **Thigh (thigh)**
- **Waifu (waifu)**
- **Wallpaper (wallpaper)**
- **Yuri (yuri)**
- **And other stuff**