This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

soyultro

4.8.5 • Public • Published

SoyUltro



Enjoy the variety of anime gifs that this package brings you, we have everything. If you want to add other gifs, talk to the discord - SoyUltro#6882 or join the discord Servidor Comun :)) https://discord.gg/TKrYQ6ThBx

You can Suggest new animes in our GitHub

📥 Install

$ npm install soyultro

🛠️ Update v4.8.5

  • ➕ We added 3 more categories: angry, baka and smile!
  • ➕ We updated cry, cuddle, dance, feed, hug, kiss and 7 more!

✨ Anime

const { soyultro } = require("soyultro");

let facepalmGifs = soyultro("facepalm")
console.log(facepalmGifs) //Returns a random anime facepalm gif link.

let biteGifs = soyultro("bite")
console.log(biteGifs) //Returns a random anime bit gif link.

let happyGifs = soyultro("happy")
console.log(happyGifs) //Returns a random anime happy gif link.

let loveGifs = soyultro("love")
console.log(loveGifs) //Returns a random anime love gif link.
SFW
angry
baka
bite
blush
bored
bonk
bully
bye
chase
cry
cheer
cringe
cuddle
dab
dance
die
facepalm
feed
glomp
hold
happy
hate
highfive
hi
hug
kill
kiss
laugh
lick
love
lurk
nervous
nope
nom
nuzzle
panic
pat
peck
poke
pout
run
sad
sip
shoot
shrug
slap
sleep
smile
smug
stab
stare
tease
think
tickle
thumbsup
triggered
wag
wave
wink
yes

⚙️ How to use in discord.js v13

const Discord = require("discord.js");
const { soyultro } = require("soyultro");
const client = new Discord.Client();
let danceGifs = soyultro("dance");

client.on("messageCreate", async (message) => {
  if (message.content.toLowerCase().startsWith("!dance")) {
    const embed = new Discord.MessageEmbed()
    .setTitle("Dance!")
    .setImage(danceGifs);
    message.channel.send({ embeds: [embed]})
  },
});

Copyright (c) 2021 SoyUltro

Package Sidebar

Install

npm i soyultro

Weekly Downloads

6

Version

4.8.5

License

MIT

Unpacked Size

105 kB

Total Files

5

Last publish

Collaborators

  • soyultro