Rapptz
b640493300
Add enable_debug_events parameter to enable expensive debug events
This should allow less dispatching during heavy gateway event streams.
4 years ago
Rapptz
6beef898c6
Rename instances of nitro to premium
4 years ago
Nadir Chowdhury
60d82cf908
implement guild stickers
4 years ago
Aaron Hennessey
15eb3d2e5d
Remove afk parameter from change_presence
4 years ago
Rapptz
750ba88f2c
Fix typing errors with Client
4 years ago
Alex Nørgaard
d1dc41ec2f
Fix Client.fetch_channel not returning Thread
4 years ago
Josh
7601d6cec3
[typing] Type-hint client.py
4 years ago
Josh
233d10649c
[docs] Update Sphinx and Fix various references
Co-Authored-By: Riley Shaw <[email protected] >
4 years ago
Rapptz
11e23c534a
Close ClientSession after closing websocket connections
4 years ago
Rapptz
78275023cc
Add Client.persistent_views to get all persistent views
4 years ago
Rapptz
7c40e83d10
Ensure views added to Client.add_view are persistent views
4 years ago
Nadir Chowdhury
9f98a9a87f
Implement StageInstance
4 years ago
Rapptz
732c5384fd
Allow registering a View for persistent long term dispatching
4 years ago
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
Co-Authored-By: Riley Shaw <[email protected] >
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.
Naive datetimes will now be interpreted as local time throughout
the library.
4 years ago
Rapptz
54288879e2
Remove userbot functionality
This has a lot of legacy and cruft so there may be some stuff I've
missed but this first pass is enough to get a clear separation.
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
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
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
This also removes the historical patch for NullHandler implemented in bbf1c54
, as it has been available since Python 3.1.
4 years ago
Rapptz
12d0ae71df
Add a way to check if the websocket is rate limited.
This is mainly for low level decision making for utilities that need
to know whether to fetch a member by HTTP or to query through the
websocket.
The library already does this trick in some places so it's only fair
that end users possess the same ability as well.
4 years ago
Rapptz
28e5b2a5e1
Add Client.intents to query the current intents
Closes #5854
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