4.8.5 • Published 3 years ago

soyultro v4.8.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

4.8.5

3 years ago

4.8.4

3 years ago

4.8.3

3 years ago

4.8.1

3 years ago

4.8.0

3 years ago

4.7.0

3 years ago

4.5.9

3 years ago

4.5.8

3 years ago

4.5.7

3 years ago

4.5.6

3 years ago

4.5.5

3 years ago

4.5.4

3 years ago

4.5.3

3 years ago

4.4.9

3 years ago

4.4.8

3 years ago

4.4.7

3 years ago

4.4.6

3 years ago

4.4.5

3 years ago

4.4.3

3 years ago

4.4.2

3 years ago

4.4.1

3 years ago

4.4.0

3 years ago

4.3.5

3 years ago

4.3.3

3 years ago

4.3.2

3 years ago

4.3.1

3 years ago

4.3.0

3 years ago

4.2.5

3 years ago

4.2.0

3 years ago

4.1.9

3 years ago

4.1.8

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago