A cozy, modular Discord bot to brighten up your server with memes, jokes, and friendly vibes.
- Meme Command:
$meme- Get a random meme from the internet, delivered with a warm touch. - Joke Command:
$joke- Enjoy a random joke. - Ping, Pong, Diva:
$ping,$pong,$diva- Check if the bot is alive with a playful status message. - Help Command:
$help- See all the cozy commands you can use. - Custom Help: Friendly, easy-to-read help text.
- Always Awake: Stays online with a tiny Flask web server (great for Replit, Render, etc).
- Modular Structure: All features and utilities are neatly organized for easy editing.
bot.py # Discord bot logic & command handling
main.py # Flask server to keep bot alive
requirements.txt # Python dependencies
features/
meme_api.py # Fetches memes from meme-api.com
random_joke_api.py # Fetches jokes from Official Joke API
utils/
help_cmd_api.py # Help command text
ping.py # Ping/pong/diva responses
- Clone this repo
git clone https://github.com/palchhinparihar/Discord-Bot.git - Install dependencies
pip install -r requirements.txt - Add your Discord token
- Create a
.envfile:DISCORD_TOKEN=your_token_here
- Run the bot
python bot.py
| Command | What it does |
|---|---|
$meme |
Sends a random meme |
$joke |
Replies with a random joke |
$ping, $pong, $diva |
Bot replies with a status message |
$help |
Lists all available commands |
Feel free to add your own features, tweak responses, or just enjoy the cozy vibes! The code is organized for easy editing and extension.
Thanks to Codédex for the inspiration.
Have any questions? Email me on this.
Made by Palchhin~
