Socket
Book a DemoInstallSign in
Socket

discord-meme-feed

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-meme-feed

Returns a random shitpost/meme or a nerdy joke. 🥶

2.0.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

🐸 || Discord Meme Feed

Posts a random shitpost/meme/joke from the database. https://docs.jimijs.pl/

🤗 || Why us?

Our memes are taken from various discord servers, and are 100x funnier than the reddit ones. Our memes API was made 100% by us, and not stolen from the world wide web.

🤔 || How to use it?

Get a random meme:

const memefeed = require('discord-meme-feed')

memefeed.meme (function(url) {
// --> console.log(url)
});

Get a random nerdy joke

const memefeed = require('discord-meme-feed')

memefeed.joke (function(url) {
// --> console.log(url)
});

Discord bot example:

 const Discord = require('discord.js')
 const client = new Discord.Client()
 const memefeed = require('discord-meme-feed')
 
 client.on('message', (message) => {
    if(message.content.startsWith('!meme')) {
       memefeed.meme (function(url) {
          message.channel.send(`${url || null}`)
      });
    }
  })

  client.on('message', (message) => {
    if(message.content.startsWith('!nerdy-joke')) {
       memefeed.joke (function(joke) {
          message.channel.send(`${joke}`)
      });
    }
  })
 
 client.login(token)

💥 More info

Memes are collected from Discord Meme Feed Bot and then saved into the database. The database is cleared once per month, to keep the memes fresh 🥶

If you have any questions, contact me on Discord: jimi#2014

FAQs

Package last updated on 03 Apr 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.