A feature-rich Discord bot built with Python to enhance your Discord server experience. This bot is designed for easy customization and scalability, making it suitable for a variety of community and moderation needs.
- Custom commands and responses
- Moderation tools (kick, ban, mute, etc.)
- Automated event handling (welcome/goodbye messages)
- Fun and utility commands
- Easy configuration and extension
- Python 3.7 or newer
- A Discord account and permissions to create/manage bots
- A Discord bot token (from Discord Developer Portal)
-
Clone the repository:
git clone https://github.com/Somansh1/discord-bot.git cd discord-bot -
Install dependencies:
pip install -r requirements.txt
-
Configure the bot:
- Copy
config.example.pytoconfig.pyand fill in your bot token and preferences.
- Copy
-
Run the bot:
python bot.py
Invite the bot to your Discord server and use !help or your specified prefix to see available commands.
Contributions are welcome! Please open issues or submit pull requests for new features, bug fixes, or suggestions.
This project is licensed under the MIT License. See LICENSE for details.
Made with Python and Discord.py.