198 Commits (088e76330629de4a33caa8452a711f1c2bbe6d8d)

Author SHA1 Message Date
Rapptz 088e763306 Change certain sequences to use a special proxy type instead of list 3 years ago
Rapptz 918151c5ad Fix utils.copy_doc being partially unknown 3 years ago
James Hilton-Balfe 0cd06789e4 Prioritise async iteration before sync iteration in utils.find/get 3 years ago
Rapptz d053ecf8b9 Refactor utils.oauth_url slightly 3 years ago
Miku Chan aedbedaff8 Add state parameter to utils.oauth_url 3 years ago
Josh 52a5f10307 Fix type annotations to adhere to latest pyright release 3 years ago
Rapptz f7190c8020 Document and export MISSING sentinel 3 years ago
dolfies ba6e15ed61
Implement protobuf settings (#476) 2 years ago
dolfies edf083bd1e Implement relationship presence and gateway session management 2 years ago
dolfies 9a6c4e1e35
Implement (almost) the entirety of the applications, billing, and store API (#449) 2 years ago
dolfies fc561d271e Update required property fetching to new domain 2 years ago
dolfies 8adb809d51 Rework nonce generation 3 years ago
dolfies 13d7bafd64 Docs are fun 😭 3 years ago
dolfies 9fe7cfb474 Docs are fun :( 3 years ago
dolfies 29c2036bc8 Rebase to latest upstream 3 years ago
dolfies 3395417844 Improve typing across the board, remove old browser references 3 years ago
dolfies 957a484306 Run black 3 years ago
Rapptz aa18e573c3 Mark MISSING as hashable to allow it to be used in dataclasses in 3.11 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz 0ef369c0fa [commands] Automatically unload top level app commands in extensions 3 years ago
Neon Jonn adb69e7157
Fix some spelling mistakes 3 years ago
Rapptz 56e0c1b3d7 Fix typo in applications.commands scope 3 years ago
Rapptz 8213603822 Change default oauth_url scopes to include application.commands 3 years ago
dolfies cf6c9f06dc Fix inbuilt property fetching 3 years ago
Rapptz 4c8b1f9abd Remove unused imports 3 years ago
Rapptz 26fc694189 Fix Optional normalisation not working properly 3 years ago
Rapptz 3d0c506124 Fix test_resolve_invite due to changed type 3 years ago
Nadir Chowdhury 3c6279b947
Implement Guild Scheduled Events 3 years ago
Josh 2b69b5d545
Remove discord.InvalidArgument 3 years ago
Rapptz 8226f0df2c [commands] Require number of parameters at instantiation time 3 years ago
Rapptz 5589934a59 Fix NameError in utils.get 3 years ago
Rapptz 4f85494c11 Fix Sequence inheritance in 3.8 3 years ago
Rapptz fbb8a35de6 Relocate and fix versionchanged in find and get 3 years ago
James Hilton-Balfe eb6f5728e2
Add support for AsyncIterables in find and get 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
jack1142 dc19c6c7d5
Add positional-only arguments in more places 3 years ago
Rapptz 2c89202214 Fix some minor typing issues 3 years ago
Rapptz 3113036a54 Fix typing for utils.as_chunks 3 years ago
dolfies 0299fd8c89 Improve speed of session ID generation 3 years ago
dolfies a86d42ce55 Fix interactions 3 years ago
dolfies 56226fbbab Support brotli if brotli is installed 3 years ago
dolfies 95ed42669d Implement application commands 3 years ago
dolfies 2b0dbd0a7c Fix applications.commands typo 3 years ago
dolfies daf4901a53 Add info API 3 years ago
dolfies 0489ad0f46 Migrate utils.py 4 years ago
Rapptz 539577a2dd Bring back ParamSpec in utils 4 years ago
Rapptz 4f8e67998a Fix copy_doc typing to not error due to overloaded ParamSpec 4 years ago
James Hilton-Balfe 61abb43b69
Fix type hints for decorators in utils 4 years ago
MrKomodoDragon 73f953eac5
Add missing return type to utils.oauth_url 4 years ago
Rapptz 4a72201617 Make json conversion functions private 4 years ago