702 Commits (ffe8f53bd92d71505ea94ff6119a8205a5431240)

Author SHA1 Message Date
Bryan Forbes b9795979ac Bump Pyright to 1.1.265, fix type errors, and remove unnecessary ignores 3 years ago
Rapptz 088e763306 Change certain sequences to use a special proxy type instead of list 3 years ago
Rapptz e08b9ab68e Allow configuring the maximum ratelimit timeout before erroring 3 years ago
Rapptz 495854bcb3 Change stderr prints to use the logging module instead 3 years ago
Rapptz 5c61d2d738 Add default logging configuration when using Client.run 3 years ago
James Hilton-Balfe 5858c44f63 [docs] Add async with documentation for Client 3 years ago
Rapptz d13b47759b Raise an exception when wait_until_ready is called without a loop 3 years ago
Rapptz 2ce53928d7 Fix broken HTTPClient.recreate code to actually clear session 3 years ago
Rapptz 73b967019c Fix documentation build for Client.get_partial_messageable 3 years ago
Rapptz 5ff42bb600 Add guild property to DMChannel, GroupChannel, and PartialMessageable 3 years ago
Rapptz 18ae88b791 Improve generic duck type programming with PartialMessageable 3 years ago
Rapptz 49cbf46c44 Only call async setup if the loop sentinel hasn't been changed 3 years ago
dolfies 90f9a605de Rename appinfo.py -> application.py 2 years ago
dolfies 03868c4879 Implement recent messages 2 years ago
dolfies f099d4a648 Implement affinities 2 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 900c1e0e9c Fix ApplicationBot, implement fetching public applications 3 years ago
dolfies 31434210e7 Fix Client.fetch_sticker_pack() 3 years ago
dolfies 3ecca7293d Expose missing invite data, implement friend invites, improve invite methods 3 years ago
dolfies d6479c1ba3 Fix docs typos 3 years ago
dolfies b2d834f898 Cleanup and implement missing setting types (fixes #<deleted-issue>) 3 years ago
dolfies c4b6007979 Implement new connection capabilities 3 years ago
dolfies d16381a0b2 Fix send_friend_request not working (fixes #307) 3 years ago
dolfies 2c6bc72836 Make CaptchaHandler validation TypeError clearer 3 years ago
dolfies ee1485705e Implement detectable application fetching 3 years ago
dolfies 65d1efef25 Expose Client.country_code and Client.preferred_voice_regions 3 years ago
dolfies 552864b290 Finalize documentation 3 years ago
dolfies 5f1ab56174 Docs are fun 😡 3 years ago
dolfies 13d7bafd64 Docs are fun 😭 3 years ago
dolfies 9fe7cfb474 Docs are fun :( 3 years ago
dolfies 8eaa26d479 Various fixes (docs, events, enums, exports 3 years ago
dolfies 2e5bd8f31a Improve captcha handling errors, remove unnecessary HTTP request 3 years ago
dolfies 29c2036bc8 Rebase to latest upstream 3 years ago
dolfies 8344783a11 Make more methods positional-only and privatize fetch_sticker_packs() parameters 3 years ago
dolfies fe12a434b6 Convert more parameters to more generic types 3 years ago
dolfies 7de78cfcba Implement captcha handling 3 years ago
dolfies 7067d1f4de More documentation fixes 3 years ago
dolfies 346f447da6 Fix typing issues, make ClientUser relationship properties return relationships 3 years ago
dolfies 388863e521 Implement joining guilds from id & lurking, bug fixes, doc fixes 3 years ago
dolfies 957a484306 Run black 3 years ago
Bryan Forbes 062f4d6f87
Change some methods to use positional-only marker 3 years ago
will 13d19dc5ce
Fix typo in http_trace parameter documentation 3 years ago
Rapptz 77ec49782a Add http_trace option in Client to trace the library's HTTP requests 3 years ago
Rapptz f5341a1cfa Document cases where setup_hook can deadlock rather than raising 3 years ago
apple502j 3e77a7b29e
Forbid wait_until_ready inside setup_hook 3 years ago
Rapptz c77bbc4dcf Move with_counts parameter documentation where it belongs 3 years ago
Rapptz 7c0a9e901d Fully initialise asyncio state in __aenter__ 3 years ago
Rapptz 575eacb1bf Change loop sentinel error to not use a tuple 3 years ago