A Discord bot that serves memes and random images from subreddits.
- Install the required packages by running
pip install -r requirements.txt
- Fill the config/config.py Configfile with your discord bot secret
__discord_token__ = 'YOUR_DISCORD_TOKEN_HERE'
__cooldown__ = 3
__activity__ = 'github.com/cybermyber/memelord'
__apiurl__ = 'https://meme-api.com/gimme/'
- Run the bot by executing
python3 main.py
The bot has the following commands:
/meme
- sends a random meme/random subreddit:<subreddit>
- sends a random image from the specified subreddit/help
- shows an overview of the commands/info
- shows an overview of used resources/projects
For support and assistance, join our Discord server at https://discord.gg/8BWxEBBV3Y
- py-cord
- aiohttp
- python>=3.9.0
- D3vd with Meme_Api https://github.com/D3vd/Meme_Api
- Pycord https://github.com/Pycord-Development/pycord
Feel free to contribute to this project by creating a pull request.