2.1.1 • Published 2 months ago

anime-actions v2.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

npm install size

NPM

New version detail

  • Fixed api links error
  • Removed uglyBastard and added zettaiRyouiki

Installation

npm i anime-actions

A package for multiple anime actions for discord. Now with SFW and NSFW

ACTIONS

| SFW | NSFW |

Actionsanimereal
bakaassgif
blushhentaihd
cuddlemaidanal
bitegifass
danceglasspussy
slapmilfthigh
bonkblowjobboobs
bullyfeet
hugpussy
kissuniform
patschool
wallpaperboobs
happyspank
winkthigh
killsuccubus
highfivezettaiRyouiki
wavewallpaper
cry
smile
punch
kick
poke
goodnight
confused
sad
thinking
yes
yeet
stare
bored
scream
nervous

Examples

Discord.js Example

const { Client, Intents } = require('discord.js');
const kakashi = require('anime-actions');
const intents = new Intents(32767);

const client = new Client({ intents });

client.once('ready', () => {
	console.log('Ready to hug');
});
client.on('messageCreate', async(message) => {
    /// SFW
    if(message.content === 'hug') {
        message.channel.send(await kakashi.hug())
    }
    /// NSFW ANIME
    if(message.content === 'milf') {
        message.channel.send(await kakashi.nsfw.anime.milf())
    }
    /// NSFW REAL
    if(message.content === 'hd') {
        message.channel.send(await kakashi.nsfw.real.hd())
    }
})
client.login('your-token');

Await/Async example

const kakashi = require('anime-actions');
/// SFW
async function hug() {
  console.log(await kakashi.hug());
}
/// NSFW
/// ANIME
async function milf() {
  console.log(await kakashi.nsfw.anime.milf());
}
/// REAL
async function hd() {
  console.log(await kakashi.nsfw.real.hd());
}

hug();
milf();
hd();

Support Server

Bots using this api

2.1.1

2 months ago

2.0.3

7 months ago

2.0.2

7 months ago

2.0.5

7 months ago

2.0.4

7 months ago

2.0.7

7 months ago

2.0.6

7 months ago

2.0.9

7 months ago

2.0.8

7 months ago

2.1.0

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

2.0.0-beta.1

3 years ago

2.0.0-beta.0

3 years ago

1.0.6

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago