2.1.2 • Published 1 year ago
anime-actions v2.1.2
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
Actions |
---|
baka |
blush |
cuddle |
bite |
dance |
slap |
bonk |
bully |
hug |
kiss |
pat |
wallpaper |
happy |
wink |
kill |
highfive |
wave |
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) => {
if(message.content === 'hug') {
message.channel.send(await kakashi.hug())
}
})
client.login('your-token');
Await/Async example
const kakashi = require('anime-actions');
async function hug() {
console.log(await kakashi.hug());
}
hug();
Support Server
Bots using this api
2.1.2
1 year ago
2.1.1
1 year ago
2.0.3
2 years ago
2.0.2
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.7
2 years ago
2.0.6
2 years ago
2.0.9
2 years ago
2.0.8
2 years ago
2.1.0
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
2.0.0-beta.1
4 years ago
2.0.0-beta.0
4 years ago
1.0.6
4 years ago
1.0.2
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago