586 Commits (7e1f8bf1b4733ce968240b244f9530204e97cf77)

Author SHA1 Message Date
Cryptex 71fe40aafa
Consistent loop attribute description 4 years ago
Nadir Chowdhury 757cfad38f
Type up **kwargs of various methods 4 years ago
Josh 3864fb37a0
Fix various reference issues in documentation 4 years ago
Sebastian Law b82a0dc6fd
[docs] remove mentions of bot only usability 4 years ago
Rapptz b0ec22065e Add Client.create_dm 4 years ago
Nadir Chowdhury e762f55847
Add fetch_invite with with_expiration 4 years ago
pikaninja 56f4ae3a83
[docs] Update notes for get_user and get_member 4 years ago
Nadir Chowdhury 631a0b1e13
Add support for ApplicationFlags 4 years ago
apple502j 9f1a96ea9b
Remove fetch_offline_members param for Client 4 years ago
apple502j dea92a69dc
Remove support for guild subscriptions 4 years ago
Rapptz d5ad269b35 Fix Intents resolution in the docs 4 years ago
Nadir Chowdhury 1efdef3ac3
Add typings for invites, templates, and bans 4 years ago
Cryptex eb5356cc47
Remove user token warning in login 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Rapptz 1e7f139313 Add support for setting application_id 4 years ago
Nadir Chowdhury 686a54eb10
Remove 3.6 check for `loop.shutdown_asyncgens()` 4 years ago
Nadir Chowdhury 7a7c4b4d62
Remove fail-safe for retrieving all tasks 4 years ago
Vaskel 88be8cc5be
Remove deprecated client methods 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago
Rapptz 54288879e2 Remove userbot functionality 4 years ago
Rapptz 59aa1a0e5f Remove asyncio.Task subclass in preference to task names 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Nadir Chowdhury 6887d3946a
[docs] Fix fetch_members/guilds documentation 4 years ago
apple502j 954dd09e18
Deprecate Client.logout 4 years ago
Nadir Chowdhury 63ec23bac2
Code optimisations and refactoring via Sourcery 4 years ago
Nadir Chowdhury 427e387a2f
Deprecate non-bot methods 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Nadir Chowdhury 6b803acde4
[chore] Remove redundant imports 4 years ago
Rapptz 12d0ae71df Add a way to check if the websocket is rate limited. 4 years ago
Rapptz 28e5b2a5e1 Add Client.intents to query the current intents 5 years ago
Rapptz 005a80303f Add chunk_guilds_at_startup and deprecate fetch_offline_members 5 years ago
Rapptz 625a5c2a0b Some documentation fixes for MemberCacheFlags and Intents 5 years ago
Rapptz 8d5c05ed20 Default MemberCacheFlags based on intents 5 years ago
Rapptz bf8ca58996 Add a special exception for required privileged intents 5 years ago
Rapptz 23ae084b8c Allow finer grained control over the member cache. 5 years ago
Rapptz cb8cb557f5 Add Guild.chunk and deprecated Client.request_offline_members 5 years ago
Rapptz 055fe76241 Fix Client.request_offline_members no longer working 5 years ago
Rapptz a6381dcf77 Add support for guild intents 5 years ago
Rapptz 0b93fa3a82 Implement VoiceProtocol lower level hooks. 5 years ago
Michael 93fa46713a
Fix and add documentation 5 years ago
Tarek 7f17dc79a6
Remove namedtuples to better future guard the library 5 years ago
alkatar21 dce653a0eb
Don't call close() if we've already been closed in Client.run 5 years ago
Nanofaux dd408f6871
Fix hyperlink reference to PartialInviteChannel in Client 5 years ago
Josh a947c7a6ec
Fix gramatical error in Client guild_subscriptions docs 5 years ago
Rapptz d37b91dfc6 Add guild_ready_timeout to control the timeout of GUILD_CREATE stream 5 years ago
Rapptz e2f42597a5 Handle Connection Reset by Peer connection errors. 5 years ago
Rapptz 394b514cc9 Add before_identify_hook to have finer control over IDENTIFY syncing 5 years ago
Rapptz b8154e365f Rewrite gateway to use aiohttp instead of websockets 5 years ago
Rapptz 09ecb16680 Rewrite of AutoShardedClient to prevent overlapping identify 5 years ago