Your ultimate Discord bot for jokes, GIFs, insults, advice, and more! Whether you're looking for a laugh, fun facts, or just something to spice up your server, Memeverse has got you covered.
If you want to use the bot, contact AnshKabra2012 on discord
Memeverse comes packed with 20+ commands that will entertain and engage your community:
!gif [tag]
: Fetch a random GIF by tag (e.g., funny, cat).!gifrandom
: Get a completely random GIF.!giftrending
: Fetch trending GIFs.
!joke
: Get a random joke.!jokeprogramming
: Programming humor for techies.!jokegeneral
: A general joke for everyone.
!insult
: Get a random insult (lighthearted fun).!insultuser <user>
: Send a witty insult to a friend.!insultrandom
: Random insult with no target.
!randomfact
: Learn something new and random.!funfact
: Share a fun fact with your server.!uselessfact
: Impress others with a truly useless fact.
!advice
: Get life advice when you need it most.!advicefortoday
: Start your day with inspiration.!randomadvice
: Grab some random pearls of wisdom.
!weather <lat> <lon>
: Get the current weather.!astro <lat> <lon>
: Check astronomical conditions.!cloudcover <lat> <lon>
: Cloud cover insights.
Once Memeverse is in your server, type !what
to see all the available commands and learn how to use them.
Start using the commands and watch your server come alive with laughs, facts, and endless fun!
- Python 3.11+
- Discord Developer Account
- Installed dependencies:
python-dotenv
,discord.py
,requests
- Open a terminal.
- Clone the repository:
git clone https://github.com/YourUsername/MemeVerse-Discord-Bot.git cd Memeverse
- Install dependencies:
sudo apt update && sudo apt install python3-pip pip install -r requirements.txt
- Create a
.env
file and add your API keys:Paste the following and save:nano .env
DISCORD_TOKEN=your_discord_bot_token GIPHY_API_KEY=your_giphy_api_key
- Run the bot:
python3 bot.py
- Open the Terminal.
- Clone the repository:
git clone https://github.com/YourUsername/MemeVerse-Discord-Bot.git cd Memeverse
- Install dependencies:
brew install python pip3 install -r requirements.txt
- Create a
.env
file and add your API keys:Paste the following and save:nano .env
DISCORD_TOKEN=your_discord_bot_token GIPHY_API_KEY=your_giphy_api_key
- Run the bot:
python3 bot.py
- Download and install Python from python.org.
- Open Command Prompt (CMD) or PowerShell.
- Clone the repository:
git clone https://github.com/YourUsername/MemeVerse-Discord-Bot.git cd Memeverse
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file in the Memeverse folder and add your API keys. Use a text editor like Notepad:DISCORD_TOKEN=your_discord_bot_token GIPHY_API_KEY=your_giphy_api_key
- Run the bot:
python bot.py
- Add or modify commands in the
bot.py
file. - Replace or add APIs to tailor Memeverse to your server’s needs.
This project is licensed under the MIT License. Feel free to use, modify, and share!