Complete rebuild of the Discord bot with modern architecture including: - Modular API client with proper error handling - Clean separation of models, services, and commands - Comprehensive test coverage with pytest - Structured logging and configuration management - Organized command structure for scalability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
103 B
Python
5 lines
103 B
Python
"""
|
|
Utility functions for Discord Bot v2.0
|
|
|
|
Helper functions, formatters, and validation utilities.
|
|
""" |