2.5.0 • Published 2 years ago

discord.js-memes v2.5.0

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

DISCORD.JS-MEMES

This is a powerful module that allows you to generates randomly memes, to start this porcess you have to type in your shell:

npm i discord.js-memes

Then you have to put in your command a constant called meme and require this npm like this:

const meme = require("discord.js-memes")

To finish if you want to generate a random meme just type this in your commmand:

const Discord = require("discord.js")
const {eMeme, sMeme, all} = require("discord.js-memes")

const all = new sMeme()
.setType(1)
 //generates a random meme in spanish

const embed = new Discord.MessageEmbed()
.setTitle("MEME")
.setImage(all)
.setFooter({text: "Powered by discord.js-memes"})

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

There are more types of memes:

const total = new sMeme()
.setType(1) //for all the memes only in spanish

const famousmemes = new sMeme()
.setType(2) //for famous people memes in spanish

const cinemamemes = new sMeme()
.setType(3) //for cinema memes in spanish

const english = new eMeme()
.setType(1) //for all the english memes

const efamous = new eMeme()
.setType(2) //for only memes about famous people in english

const allmemes = all() //for all the memes of this module in spanish or in english

//Coming soon more types of memes and new types of memes in english

If you want to report an issue or a bug you can go to this GitHub link and report it you can clik here to report it and I will fixed as fast as I can

2.5.0

2 years ago

2.4.0

2 years ago

2.4.5

2 years ago

2.3.8

2 years ago

2.3.9

2 years ago

2.4.6

2 years ago

2.3.7

2 years ago

2.3.6

2 years ago

2.3.5

2 years ago

2.3.4

2 years ago

2.3.3

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.0

2 years ago

2.2.11

2 years ago

2.2.10

2 years ago

2.2.9

2 years ago

2.2.8

2 years ago

2.2.7

2 years ago

2.2.6

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.9

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.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.8

2 years ago

1.0.7

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