240 Commits (2b69b5d5454e737a2954b4d2e2430a6ca82be72c)

Author SHA1 Message Date
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz e13997f35e Remove region parameters from HTTPClient 3 years ago
Josh 285069de08 Fix types in guild.py 3 years ago
Josh c8064ba6f2 Type-hint gateway 3 years ago
Rapptz 30e7a2e937 Fix a few more type errors 3 years ago
Rapptz c7c6d74d8d Fix type errors in the abc module 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Josh dede5539ee
Add support for editing message attachments 3 years ago
Rapptz e14153ddcb Fix nonce being sent even when not specified 3 years ago
Josh 37f96e3473
Add message_content intent and move to api v10 3 years ago
Rapptz 9c066a8cf6 Refactor internal message sending and editing parameter passing 3 years ago
Josh 08bee0eeb6
Add support for file/attachment descriptions 3 years ago
Josh e05c80b963
[types] Refactor and add Application Command types 3 years ago
Nadir Chowdhury 3c0c0f76d7
Add guild scheduled events HTTP methods 3 years ago
jack1142 783513726f
Add support for role icons 3 years ago
jack1142 9a6b2fa402
Add Thread.fetch_member 3 years ago
Nadir Chowdhury d034264973
Type up Guild Scheduled Events 3 years ago
Danny e7821be4aa
Add default value for invitable in HTTPClient 4 years ago
Josh d2ea33e5e9
Add support for invitable thread option 4 years ago
Rapptz c82739a3be Fix some typings in HTTPClient to not take strict payload types 4 years ago
Rapptz cff9ca0288 Fix typings for member HTTP methods 4 years ago
Stocker 400936df69
Fix type for content param in HTTPClient.send_message 4 years ago
Rapptz 4a72201617 Make json conversion functions private 4 years ago
Rapptz ea2d972666 Make global log variable in modules private 4 years ago
Rapptz b73f02b9c3 Remove deprecated TextChannel.active_threads for Guild version 4 years ago
Rapptz 08a4db3961 Revert "Refactor Client.run to use asyncio.run" 4 years ago
Rapptz 6e6c8a7b28 Refactor Client.run to use asyncio.run 4 years ago
Rapptz 1c40d43fd1 Remove unused log lines in HTTPClient 4 years ago
Rapptz 58ca9e9932 Add TextChannel.default_auto_archive_duration 4 years ago
Rapptz 3a451c9c65 Change payload to use sticker_ids instead of sticker_items 4 years ago
Rapptz 6beef898c6 Rename instances of nitro to premium 4 years ago
Nadir Chowdhury 60d82cf908
implement guild stickers 4 years ago
Rapptz dac0267e28 Allow creating a public thread without a starter message 4 years ago
Nadir Chowdhury 96b9a0e09d
Add reason kwarg to more methods 4 years ago
Willy 23852404ed
Fix incorrect typehint in send_message 4 years ago
Lilly Rose Berner 0aa825557d
Re-try requests on 504 error and raise correct error 4 years ago
Rapptz 88d825a803 Allow use of orjson instead of json 4 years ago
Rapptz 750ba88f2c Fix typing errors with Client 4 years ago
Rapptz 7d9074db8a Fix type errors and potentially unbound code in http.py 4 years ago
Rapptz 6f3b8072d6 Rework User.edit to have proper typing 4 years ago
Aomi Vel 47e6a754e4
Add support for sending multiple embeds 4 years ago
Josh 35a9533e8d
Type-Hint http.py 4 years ago
Rapptz d0d2d7ea62 Clarify actions that require manage_threads permission 4 years ago
Rapptz 72c66a1706 Bump gateway API to v9 4 years ago
Rapptz 4a4e73ec14 Update thread typings and payloads to match documentation 4 years ago
Rapptz c1ce3b949f Implement remaining HTTP endpoints on threads 4 years ago
Rapptz 68c7c538f5 First pass at preliminary thread support 4 years ago
Nadir Chowdhury 94bbdc154c
update types subpackage with latest docs 4 years ago
MhmCats 0847085661
Add support for editing guild widgets 4 years ago
Nadir Chowdhury 9f98a9a87f
Implement StageInstance 4 years ago