Expands the reactions guide to include practical examples for adding reactions via message objects, demonstrates low-level client methods, and adds comprehensive event handling examples.
Shows how to listen for reaction add/remove events with proper type hints and user filtering to ignore bot reactions.
Adds millisecond latency property to gateway and client for more precise monitoring.
Enhances ping command to display gateway latency for better debugging.
Configures message content intent and mention replies for improved bot functionality.
Adds dotenv support for cleaner environment variable management.
Formats error classes for better code consistency and readability.
Simplifies modal response creation by accepting both structured data objects and raw dictionaries, reducing unnecessary type casting and import dependencies.
Improves text input decorator by auto-generating custom IDs from function names when not explicitly provided.
Enhances example code by properly utilizing parsed Guild objects instead of raw data and fixes modal component registration.