A fully automated Discord bot that welcomes new members with rich embeds—no commands needed.
- Auto-Welcome Messages: Sends customizable embeds to a designated channel.
- Smart Verification: Optional auto-role assignment for new members.
- Server Analytics: Tracks join dates and member count.
- Zero Commands: 100% event-driven.
- Clone the repo:
git clone https://github.com/yourusername/discord-welcome-bot.git
⚙️ Configuration
DISCORD_TOKEN=your_bot_token_here WELCOME_CHANNEL_ID=123456789 # Channel ID for welcome messages
VERIFIED_ROLE_ID=987654321 # Role ID for auto-verification
🚀 Launch the Bot
git clone https://github.com/yourusername/discord-welcome-bot.git
cd discord-welcome-bot
pip install discord.py python-dotenv
python bot.py