Socket
Socket
Sign inDemoInstall

djs-meme

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    djs-meme

A package with helps to interact with reddit api and fetch memes in just two lines.


Version published
Weekly downloads
3
Maintainers
1
Install size
484 kB
Created
Weekly downloads
 

Readme

Source

DJS Meme

Inspired by srod-v2

Example

const Discord = require('discord.js');
const gottem = require('djs-meme');
const bot = new Discord.Client();

bot.on("ready", () => console.log(`Logged in as ${bot}`));

bot.on("message", async message => {
    if (message.content === '/meme') {
        const Meme = await gottem.meme();
        return message.channel.send(Meme);
    };
});

bot.login("TOKEN HERE LOL");

Support

If you have any issues join the support server

Images

Other Packages

Keywords

FAQs

Last updated on 10 Mar 2021

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc