13 Commits

Author SHA1 Message Date
b9d93a90fa
Adds invite management functionality
Introduces comprehensive invite handling capabilities including creation, deletion, and retrieval operations.

Implements invite data model with proper parsing and representation methods to handle Discord invite objects and their metadata.

Provides HTTP client methods for all invite-related API endpoints with appropriate error handling and response processing.

Includes documentation with practical examples for common invite operations.
2025-06-10 20:37:21 -06:00
7db71e8124
fix: update user agent URL in HTTPClient 2025-06-10 18:36:24 -06:00
fd31a3162b
Replace debug prints with logging (#38) 2025-06-10 18:24:00 -06:00
92b0bc5804
Add webhook send capability (#33) 2025-06-10 18:01:28 -06:00
fdfb2034d5
Merge remote-tracking branch 'origin/master' into codex/add-reaction-methods-to-message 2025-06-10 17:57:26 -06:00
105640e54b Add reaction helpers and update tests 2025-06-10 17:52:02 -06:00
e55e963a59 Add rate limiter integration with HTTPClient 2025-06-10 17:51:58 -06:00
21cdb921a8
Add TextChannel purge support (#12) 2025-06-10 15:57:00 -06:00
feb806cc05
Add delete method to Message (#21) 2025-06-10 15:56:00 -06:00
7f0b03fa69
Add file upload support (#13) 2025-06-10 15:45:25 -06:00
eb5908682d
Add Webhook model and update helpers (#6) 2025-06-10 00:42:34 -06:00
8be34bdcbf
Add attachment support to send_message (#7) 2025-06-10 00:42:08 -06:00
7c7cb4137c
Initial commit 2025-06-09 22:25:14 -06:00