350 Commits (b98c4e3d621d23be7cfe7b67263457a2e407de0a)

Author SHA1 Message Date
Rapptz a51fcf2257 Fix BanEntry not being exported despite being documented 3 years ago
Mad Cat f9bf19cbb1 Add NotFound to ban docstring 3 years ago
lightningyx 8b3f097ce0 Fix Guild.fetch_member docstring 3 years ago
Daniel Grant 4d39dcf373 Add NotFound to unban docstring 3 years ago
Rapptz b20d437dc9 Add Guild.forums property 3 years ago
I. Ahmad 3a36871060 Add support for archive duration in Guild.create_text_channel 3 years ago
dolfies afda1ebecd Add option to disable ban pagination 2 years ago
dolfies 90f9a605de Rename appinfo.py -> application.py 2 years ago
dolfies 5e1d290d25 Add note about order in Guild.top_emojis() 2 years ago
dolfies e51b3e393d Implement top emoji fetching 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 b2d834f898 Cleanup and implement missing setting types (fixes #<deleted-issue>) 3 years ago
dolfies 73f337d709 Raise the original error instead of a proxy in member list errors 3 years ago
dolfies cfe58eeb1f Revert all voice receive changes 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 8fcca3183a Rebase to latest upstream 3 years ago
dolfies 29c2036bc8 Rebase to latest upstream 3 years ago
dolfies fe12a434b6 Convert more parameters to more generic types 3 years ago
dolfies 073c855292 Fix member fetching bugs and context property bug 3 years ago
dolfies 3395417844 Improve typing across the board, remove old browser references 3 years ago
dolfies 388863e521 Implement joining guilds from id & lurking, bug fixes, doc fixes 3 years ago
I. Ahmad 181fc42b9b
Remove outdated note and example 3 years ago
dolfies 957a484306 Run black 3 years ago
curiositIy c6d113c843
Change PUBLIC to COMMUNITY in Guild.edit 3 years ago
Rapptz 5f7c5abe0a Change ban type hints to use int instead of Literal 3 years ago
Rapptz 4a76464ac9 Fix return value of Guild.chunk 3 years ago
Josh e01d4a31eb
Replace invariant container types with wider types where applicable 3 years ago
Rapptz 61577677cd Fix Guild.fetch_members limit parameter typing to be Optional 3 years ago
Lilly Rose Berner 6dd8845e4f
Fix Guild.audit_logs order being reversed without oldest_first and after 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Rapptz d921a03911 Fix bug where Guild.member_count would clear during update events 3 years ago
chromacoat dreamkey 095aaa9ad1
Change wording of InvalidArgument removal in docs 3 years ago
Rapptz 71586836e1 Add Guild.vanity_url helper property 3 years ago
Steve C 9c054e9222
Remove unbound remnants of Guild._member_count 3 years ago
Alex Nørgaard 03687fb616
Change Guild.member_count to Optional[int] 3 years ago
Rapptz 987e27dfce Revert all Guild.chunk changes 3 years ago
Stocker e15415413b
Add missing parameters to certain methods 3 years ago
Sebastian Law b77cf500a2
Make description parameter of Guild.create_sticker non-Optional 3 years ago
dolfies 571a50cda5
Implement guild member support (and fix a couple other bugs) (#224) 3 years ago
AmeyWale a909c1ff06
Added vanity_url_code field in class guild 3 years ago
I. Ahmad 8360e4af8d
Add premium_progress_bar_enabled attribute on Guild 3 years ago
Stocker 07a1311bf4
Change Guild.preferred_locale to use the Locale enum 3 years ago
Rapptz 82464419ce Fix black reformatting on guild file 3 years ago
Steve C e9c91a535a
Fix Guild.chunk() returning list of members 3 years ago
JDJG Inc. Official e69428a841
Add with_counts support for Client.fetch_guild 3 years ago
Rapptz 13e102b6b9 Add default parameter to CommandTree.sync 3 years ago
Scrumpy (Jay) 3d0309ca4a
Documenting that guild.chunk() returns list of members 3 years ago