A feature-rich Discord bot built with Python and discord.py.
- 🤖 AI-powered chatbot using Groq API
- 💰 Economy system
- 🎰 Casino and gambling-style mini-games
- 🛡️ Moderation commands
- 👥 Auto-role management
- ⏰ Reminder system
- 🏆 Leaderboards
- 👤 User profiles
- 🎮 Interactive community games
- 🔧 Modular cog-based architecture
- Python 3
- discord.py
- SQLite
- Groq API
- Clone the repository
git clone https://github.com/Wazzified/Suki-Bot.git
cd Suki-Bot- Install dependencies
pip install -r requirements.txt- Create a
.envfile
DISCORD_TOKEN=your_token_here
GROQ_API_KEY=your_api_key_here- Run the bot
python main.pybot/
├── cogs/
├── utils/
└── main.py
This project is intended for educational and community management purposes.