Skip to content

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.

License

Notifications You must be signed in to change notification settings

Anshkabra2012/MemeVerse-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memeverse 🤖🎉

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


🌟 Features

Memeverse comes packed with 20+ commands that will entertain and engage your community:

🎥 GIF Commands

  • !gif [tag]: Fetch a random GIF by tag (e.g., funny, cat).
  • !gifrandom: Get a completely random GIF.
  • !giftrending: Fetch trending GIFs.

😂 Joke Commands

  • !joke: Get a random joke.
  • !jokeprogramming: Programming humor for techies.
  • !jokegeneral: A general joke for everyone.

🎤 Insult Commands

  • !insult: Get a random insult (lighthearted fun).
  • !insultuser <user>: Send a witty insult to a friend.
  • !insultrandom: Random insult with no target.

💡 Fact Commands

  • !randomfact: Learn something new and random.
  • !funfact: Share a fun fact with your server.
  • !uselessfact: Impress others with a truly useless fact.

🧠 Advice Commands

  • !advice: Get life advice when you need it most.
  • !advicefortoday: Start your day with inspiration.
  • !randomadvice: Grab some random pearls of wisdom.

🌤️ Weather Commands

  • !weather <lat> <lon>: Get the current weather.
  • !astro <lat> <lon>: Check astronomical conditions.
  • !cloudcover <lat> <lon>: Cloud cover insights.

🚀 Getting Started

1. Command List

Once Memeverse is in your server, type !what to see all the available commands and learn how to use them.

2. Enjoy the Fun!

Start using the commands and watch your server come alive with laughs, facts, and endless fun!


⚙️ Self-Hosting Instructions

Requirements

  • Python 3.11+
  • Discord Developer Account
  • Installed dependencies: python-dotenv, discord.py, requests

Setup for Linux

  1. Open a terminal.
  2. Clone the repository:
    git clone https://github.com/YourUsername/MemeVerse-Discord-Bot.git
    cd Memeverse
  3. Install dependencies:
    sudo apt update && sudo apt install python3-pip
    pip install -r requirements.txt
  4. Create a .env file and add your API keys:
    nano .env
    Paste the following and save:
    DISCORD_TOKEN=your_discord_bot_token
    GIPHY_API_KEY=your_giphy_api_key
    
  5. Run the bot:
    python3 bot.py

Setup for macOS

  1. Open the Terminal.
  2. Clone the repository:
    git clone https://github.com/YourUsername/MemeVerse-Discord-Bot.git
    cd Memeverse
  3. Install dependencies:
    brew install python
    pip3 install -r requirements.txt
  4. Create a .env file and add your API keys:
    nano .env
    Paste the following and save:
    DISCORD_TOKEN=your_discord_bot_token
    GIPHY_API_KEY=your_giphy_api_key
    
  5. Run the bot:
    python3 bot.py

Setup for Windows

  1. Download and install Python from python.org.
  2. Open Command Prompt (CMD) or PowerShell.
  3. Clone the repository:
    git clone https://github.com/YourUsername/MemeVerse-Discord-Bot.git
    cd Memeverse
  4. Install dependencies:
    pip install -r requirements.txt
  5. 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
    
  6. Run the bot:
    python bot.py

🛠️ Customization

  • Add or modify commands in the bot.py file.
  • Replace or add APIs to tailor Memeverse to your server’s needs.

📖 License

This project is licensed under the MIT License. Feel free to use, modify, and share!


👨‍💻 Made by Ansh Kabra

Have questions or need help? Contact AnshKabra2012 on Discord to know more about Memeverse!

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages