3.0.5 • Published 2 years ago

random-fumos v3.0.5

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

Install the package

npm i random-fumos

Features

  • 👌 Easy to use
  • ✨ Simple
  • 🧸 Random fumos
  • 🚀 Random anime action

Fumo Usage 📚

const Discord = require("discord.js")
const { fumo } = require("random-fumos")

const all = new fumo()
.setType(1)

const embed = new Discord.MessageEmbed()
.setTitle("Pretty fumo")
.setImage(all)
.setFooter({text: "Powered by random-fumos"})

message.channel.send({embeds: [embed]})

Types of Fumos 👀

const all = new fumo()
.setType(1)
//All fumos

const cirno = new fumo()
.setType(2)
//Random images of Cirno

const yuyuko = new fumo()
.setType(3)
//Random images of Yuyuko

const rumia = new fumo()
.setType(4)
//Random images of Rumia

const kirisame = new fumo()
.setType(5)
//Random images of Kirisame

const sakuya = new fumo()
.setType(6)
//Random images of Sakuya

const remilia = new fumo()
.setType(7)
//Random images of Remilia

const meiling = new fumo()
.setType(8)
//Random images of Meiling
	
const reimu = new fumo()
.setType(9)
//Random images of Reimu
	
const satori = new fumo()
.setType(10)
//Random images of Satori

Anime Usage 📚

const Discord = require("discord.js")
const { animes } = require("random-fumos")

const kiss = new animes()
.setType(1)

const embed = new Discord.MessageEmbed()
.setTitle("Kiss Gif")
.setImage(kiss)
.setFooter({text: "Powered by random-fumos"})

message.channel.send({embeds: [embed]})

Available names 😃

Animes
kisshappy
patpoke
hugslap
punchhi

Types of anime actions 👀

const kiss = new animes()
.setType(1)
//Kiss anime gifs

const hug = new animes()
.setType(2)
//Hug anime gifs

const pat = new animes()
.setType(4)
//Pat anime gifs

const punch = new animes()
.setType(4)
//Punch anime gifs

const poke = new animes()
.setType(5)
//Poke anime gifs
	   
const happy = new animes()
.setType(6)
//Happy anime gifs
	   
const happy = new animes()
.setType(7)
//Hi anime gifs
	   
const happy = new animes()
.setType(8)
//Slap anime gifs
3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.7

2 years ago

1.0.9

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago