GitHunt

Discord meme bot

This is the code I use for a discord bot that sends memes.

Commands

The available commands are:

  • send meme: Send a random meme from new
  • send hot meme: Send a random meme from hot
  • send wholesome meme: Send a random wholesome meme from r/wholesomememes
  • send dank meme: Send a random dank meme from r/dankmemes
  • send anime meme: Send a random anime meme from r/goodanimemes
  • send girl with mimi: Send a random anime girl with mimi (animal ears) from r/kemonomimi

Development guide

Requirements

  • Node.js 14.7.0
  • discord.js 12.3.1

Please read the discord.js documentation for how to implement bot with Node.js.

API

API used for meme bot has its source code at: Reddit api meme. Please contribute to that project
if you find that the current API doesn't fulfill your planned feature.

Running

To run the bot, use command node index.js.

Languages

JavaScript100.0%

Contributors

MIT License
Created August 30, 2020
Updated June 30, 2022
dinhanhx/discord-meme-bot | GitHunt