Titan Framework v1.0.0 - Initial Release
π First Stable Release
Titan Framework v1.0.0 is now available!
β¨ Features
- π Truly Modular β Every feature is a module
- β‘ Priority-Based Loading β Control load order via priority
- π― Event-Driven β Built-in EventBus for loose coupling
- π§© Service Container β DI-style service sharing
- π‘οΈ AntiSpam Module β Production-ready spam detection (700+ lines)
- π¦ Hello World Module β Simple example for beginners
- π Hot Reload β Reload modules without restart
π Included Modules
| Module | Type | Priority | Description |
|---|---|---|---|
| antispam | Complex | 10 | Advanced spam detection with warning levels, decay timers, mute role |
| hello_world | Simple | 100 | Minimal example with /hello command |
π Quick Start
git clone https://github.com/Ratin568/titan-framework.git
cd titan-framework
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your Discord bot token
python main.py