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
*
Fix a typo in docstrings of Client class
Abhinav Singh
2021-08-27
1
-1
/
+1
*
Change a few parameters to be positional only
Chrovo
2021-08-26
1
-9
/
+9
*
Add Client.status attribute
pyxiis
2021-08-26
1
-0
/
+20
*
Make getters in Client positional only
MrKomodoDragon
2021-08-23
1
-4
/
+4
*
Fix references in docs
Josh
2021-08-22
1
-1
/
+1
*
Make global log variable in modules private
Rapptz
2021-08-22
1
-12
/
+12
*
Add Thread to the return type of Client.get_channel
Stocker
2021-08-19
1
-8
/
+13
*
Fix missing or broken versionadded in docstrings
AkshuAgarwal
2021-08-18
1
-3
/
+12
*
Revert "Refactor Client.run to use asyncio.run"
Rapptz
2021-08-11
1
-98
/
+102
*
Refactor Client.run to use asyncio.run
Rapptz
2021-08-10
1
-102
/
+98
*
Add support for PartialMessageable instances
Rapptz
2021-08-10
1
-1
/
+21
*
Fill in ConnectionState.user via HTTPClient.static_login
Gnome!
2021-08-10
1
-3
/
+4
*
[commands] Document / type-hint cooldown
Josh
2021-08-10
1
-1
/
+1
*
Add enable_debug_events parameter to enable expensive debug events
Rapptz
2021-07-31
1
-0
/
+9
*
Rename instances of nitro to premium
Rapptz
2021-07-30
1
-5
/
+5
*
implement guild stickers
Nadir Chowdhury
2021-07-30
1
-0
/
+69
*
Remove afk parameter from change_presence
Aaron Hennessey
2021-07-21
1
-6
/
+4
*
Fix typing errors with Client
Rapptz
2021-07-04
1
-13
/
+22
*
Fix Client.fetch_channel not returning Thread
Alex Nørgaard
2021-07-03
1
-5
/
+6
*
[typing] Type-hint client.py
Josh
2021-06-29
1
-87
/
+118
*
[docs] Update Sphinx and Fix various references
Josh
2021-06-27
1
-4
/
+4
*
Close ClientSession after closing websocket connections
Rapptz
2021-06-10
1
-1
/
+1
*
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
[next]