A simple Discord bot that sends memes from Reddit an API and automatically pings users at a specific time.
Built with Node.js and Discord.js.
- Fetches memes using the Meme API
- Sends scheduled meme messages at 4:00 AM
- Easy configuration with environment variables
https://github.com/masongga/Discord-Meme-Bot
npm install
Create a .env file in the project root with:
DISCORD_TOKEN=your-discord-bot-token
CHANNEL_ID=your-channel-id
node index.js
This project uses the Meme API:
https://github.com/D3vd/Meme_Api