Skip to content

Titan Framework v1.0.0 - Initial Release

Choose a tag to compare

@Ratin568 Ratin568 released this 13 Jun 20:58
23358a1

πŸŽ‰ 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