Cordhook v1.0 - Initial Release
pip install cordhookThis marks the first release of Cordhook, a clean, simple Python wrapper for sending messages, embeds, and files through Discord webhooks.
Features
- Easy setup for sending content via webhook URLs
- Full support for rich embeds with customizable fields
- File attachment support
- Retry logic with exponential backoff
- Built-in URL validation and payload sanitization
- Utility functions for formatting timestamps, JSON, and truncating text
- Clear custom exceptions for error handling
Perfect for bots, logging tools, and automation scripts.
Full Changelog: https://github.com/mochathehuman/cordhook/commits/v1.0