index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Client.persistent_views to get all persistent views
Rapptz
2021-05-31
1
-1
/
+6
*
Ensure views added to Client.add_view are persistent views
Rapptz
2021-05-31
1
-0
/
+6
*
Implement StageInstance
Nadir Chowdhury
2021-05-30
1
-2
/
+53
*
Allow registering a View for persistent long term dispatching
Rapptz
2021-05-29
1
-0
/
+27
*
Consistent loop attribute description
Cryptex
2021-05-23
1
-1
/
+1
*
Type up **kwargs of various methods
Nadir Chowdhury
2021-05-10
1
-2
/
+7
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-3
/
+3
*
[docs] remove mentions of bot only usability
Sebastian Law
2021-05-04
1
-4
/
+3
*
Add Client.create_dm
Rapptz
2021-05-01
1
-0
/
+28
*
Add fetch_invite with with_expiration
Nadir Chowdhury
2021-05-01
1
-2
/
+7
*
[docs] Update notes for get_user and get_member
pikaninja
2021-04-27
1
-1
/
+1
*
Add support for ApplicationFlags
Nadir Chowdhury
2021-04-18
1
-0
/
+9
*
Remove fetch_offline_members param for Client
apple502j
2021-04-14
1
-2
/
+0
*
Remove support for guild subscriptions
apple502j
2021-04-14
1
-31
/
+0
*
Fix Intents resolution in the docs
Rapptz
2021-04-10
1
-1
/
+1
*
Add typings for invites, templates, and bans
Nadir Chowdhury
2021-04-10
1
-4
/
+5
*
Remove user token warning in login
Cryptex
2021-04-08
1
-8
/
+0
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-1
/
+1
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+4
*
Add support for setting application_id
Rapptz
2021-04-06
1
-0
/
+12
*
Remove 3.6 check for `loop.shutdown_asyncgens()`
Nadir Chowdhury
2021-04-05
1
-2
/
+1
*
Remove fail-safe for retrieving all tasks
Nadir Chowdhury
2021-04-05
1
-7
/
+1
*
Remove deprecated client methods
Vaskel
2021-04-05
1
-50
/
+0
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-2
/
+4
*
Remove userbot functionality
Rapptz
2021-04-04
1
-66
/
+6
*
Remove asyncio.Task subclass in preference to task names
Rapptz
2021-04-04
1
-17
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-10
/
+6
*
[docs] Fix fetch_members/guilds documentation
Nadir Chowdhury
2021-03-31
1
-3
/
+1
*
Deprecate Client.logout
apple502j
2021-03-31
1
-1
/
+4
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-9
/
+5
*
Deprecate non-bot methods
Nadir Chowdhury
2021-02-23
1
-0
/
+5
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-2
/
+0
*
Add a way to check if the websocket is rate limited.
Rapptz
2020-11-26
1
-0
/
+12
*
Add Client.intents to query the current intents
Rapptz
2020-09-26
1
-0
/
+8
*
Add chunk_guilds_at_startup and deprecate fetch_offline_members
Rapptz
2020-09-24
1
-7
/
+13
*
Some documentation fixes for MemberCacheFlags and Intents
Rapptz
2020-09-23
1
-1
/
+2
*
Default MemberCacheFlags based on intents
Rapptz
2020-09-23
1
-0
/
+2
*
Add a special exception for required privileged intents
Rapptz
2020-09-23
1
-0
/
+2
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
1
-2
/
+7
*
Add Guild.chunk and deprecated Client.request_offline_members
Rapptz
2020-09-23
1
-1
/
+2
*
Fix Client.request_offline_members no longer working
Rapptz
2020-09-23
1
-4
/
+9
*
Add support for guild intents
Rapptz
2020-09-23
1
-0
/
+4
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-1
/
+5
*
Fix and add documentation
Michael
2020-09-23
1
-2
/
+12
*
Remove namedtuples to better future guard the library
Tarek
2020-09-21
1
-1
/
+0
*
Don't call close() if we've already been closed in Client.run
alkatar21
2020-09-01
1
-1
/
+2
*
Fix hyperlink reference to PartialInviteChannel in Client
Nanofaux
2020-08-22
1
-1
/
+1
*
Fix gramatical error in Client guild_subscriptions docs
Josh
2020-08-04
1
-1
/
+1
*
Add guild_ready_timeout to control the timeout of GUILD_CREATE stream
Rapptz
2020-07-25
1
-0
/
+5
[next]