# discord.js-memes

> A powerful module to generate random memes in spanish

Latest version **2.5.0** (published 2022-03-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install discord.js-memes
pnpm add discord.js-memes
yarn add discord.js-memes
bun add discord.js-memes
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.5.0 |
| Published | 2022-03-13 |
| First published | 2022-02-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 22.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | pablornc |

## Links

- npm: https://www.npmjs.com/package/discord.js-memes
- Repository: https://github.com/PabloRNC/npm-discordjs-memes
- Homepage: https://github.com/PabloRNC/npm-discordjs-memes#readme
- Issues: https://github.com/PabloRNC/npm-discordjs-memes/issues
- npm.io page: https://npm.io/package/discord.js-memes

## Dependencies (3)

- [ffmpeg](https://npm.io/package/ffmpeg.md) ^0.0.4
- [discord.js](https://npm.io/package/discord.js.md) ^13.6.0
- [discord-modals](https://npm.io/package/discord-modals.md) ^1.2.3

## Recent versions

- 2.5.0 (latest) — 2022-03-13
- 2.4.6 — 2022-03-02
- 2.4.5 — 2022-03-01
- 2.4.0 — 2022-02-25
- 2.3.9 — 2022-02-25
- 2.3.8 — 2022-02-25
- 2.3.7 — 2022-02-23
- 2.3.6 — 2022-02-23
- 2.3.5 — 2022-02-23
- 2.3.4 — 2022-02-23
- 2.3.3 — 2022-02-23
- 2.3.2 — 2022-02-23
- 2.3.1 — 2022-02-23
- 2.3.0 — 2022-02-23
- 2.2.11 — 2022-02-23
- … 39 more at https://npm.io/package/discord.js-memes/versions

## README

# 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:
```yarn
npm i discord.js-memes
```
Then you have to put in your command a constant called meme and require this npm like this: 
```js
const meme = require("discord.js-memes")
```
To finish if you want to generate a random meme just type this in your commmand: 
```js
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: 
```js
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](https://github.com/PabloRNC/npm-discordjs-memes/issues) to report it and I will fixed as fast as I can

---
_Source: https://npm.io/package/discord.js-memes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
