DI
dinhanhx/discord-meme-bot
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 newsend hot meme: Send a random meme from hotsend wholesome meme: Send a random wholesome meme from r/wholesomememessend dank meme: Send a random dank meme from r/dankmemessend anime meme: Send a random anime meme from r/goodanimemessend 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.