734 Commits (158cbd4cad03a0e50452fbfa3627c5c2038fcab3)

Author SHA1 Message Date
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
Rapptz 2bf612cd67 Fix Client.close erroring if done before proper async initialisation 3 years ago
Rapptz 9b77331603 Change loop sentinel to provide a more descriptive error message 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz 9c61e10a55 Move all async object creation to a proper initialisation point 3 years ago
Rapptz 8d4f08a5e7 Fix AutoShardedClient to work with the new asyncio loop machinery 3 years ago
Rapptz c02a3c0bb2 Add asynchronous context manager support for Client 3 years ago
Han Seung Min - 한승민 93af158b0c
Refactor loop code to allow usage of asyncio.run 3 years ago
Gnome! 68b7ee6b99
Add Client.setup_hook 3 years ago
chromacoat dreamkey 095aaa9ad1
Change wording of InvalidArgument removal in docs 3 years ago
Sebastian Law 483ffeacd4
Inject state into PartialEmoji in Activity 3 years ago
daima3629 0ea6fdac5a
Fix typo in Client.get_stage_instance 3 years ago
dolfies bfec72eb58 Add application-related methods, fix a couple typos 3 years ago
James Hilton-Balfe 8072e294a8
Fix type-o in the docstring for Client.fetch_guild 3 years ago
dolfies 571a50cda5
Implement guild member support (and fix a couple other bugs) (#224) 3 years ago
JDJG Inc. Official e69428a841
Add with_counts support for Client.fetch_guild 3 years ago
Rapptz f7315573aa Remove generic from Interaction and ConnectionState 3 years ago
Rapptz f435d160dd Add Interaction.client property 3 years ago
Rapptz d44328d3ea Remove region from Guild.__slots__ 3 years ago