Socket
Book a DemoInstallSign in
Socket

discord.js-memes

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord.js-memes

A powerful module to generate random memes in spanish

latest
Source
npmnpm
Version
2.5.0
Version published
Weekly downloads
54
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 13 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.