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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version bump to v1.5.1
v1.5.1
v1.5.x
Rapptz
2020-10-19
1
-2
/
+2
*
Fix error when querying members from the gateway.
Rapptz
2020-10-19
1
-2
/
+1
*
Allow concurrent calls to guild.chunk()
Rapptz
2020-10-19
1
-23
/
+35
*
Load member from guild_member_update dispatch
Florian Spieß
2020-10-17
1
-0
/
+3
*
[commands] Lazily fetch members in discord.Member converters
Rapptz
2020-10-17
1
-1
/
+46
*
Ensure our own member is never evicted from the cache in any policy.
Rapptz
2020-10-17
1
-4
/
+5
*
Add internal method to check if the websocket is currently ratelimited
Rapptz
2020-10-17
1
-0
/
+9
*
Fix attribute errors when timing out during chunking start-up
Rapptz
2020-10-17
1
-2
/
+2
*
Fix disconnect when trying to move to another voice channel.
Rapptz
2020-10-17
2
-22
/
+60
*
Mark intent alias flags as actual aliases to skip them in __iter__
Rapptz
2020-10-17
1
-3
/
+3
*
Evict keys when they're set to None in PermissionOverwrite
Rapptz
2020-10-17
1
-3
/
+6
*
Properly insert at the end if position is not found when moving.
Rapptz
2020-10-17
1
-1
/
+1
*
Escape multi-line quotes properly
Rapptz
2020-10-17
1
-2
/
+2
*
Fix Colour.dark_theme docstring.
Josh
2020-10-16
1
-2
/
+2
*
Use Hashable mixin for Message
PythonCoderAS
2020-10-16
1
-4
/
+2
*
Add note pointing to discord.AllowedMentions
ChristopherJHart
2020-10-04
1
-0
/
+6
*
Version bump to v1.5.0
v1.5.0
Rapptz
2020-09-28
1
-2
/
+2
*
Add warning if guilds intent is disabled.
Rapptz
2020-09-28
1
-0
/
+3
*
Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errors
Rapptz
2020-09-28
1
-2
/
+11
*
Add Client.intents to query the current intents
Rapptz
2020-09-26
2
-0
/
+14
*
Fixed incorrectly named 'Intent' class in doc.
Nekokatt
2020-09-26
1
-1
/
+1
*
Make Intent class creation more intuitive
Rapptz
2020-09-24
2
-10
/
+12
*
Fix typo in ValueError message
apple502j
2020-09-24
1
-1
/
+1
*
More intent related documentation
Rapptz
2020-09-24
1
-4
/
+4
*
Add chunk_guilds_at_startup and deprecate fetch_offline_members
Rapptz
2020-09-24
3
-16
/
+34
*
Fix typos in Intents documentation
Sebastian Law
2020-09-24
1
-8
/
+8
*
Add support for flag alias
apple502j
2020-09-24
2
-11
/
+25
*
Use delete_message_days instead of delete-message-days
Rapptz
2020-09-23
1
-1
/
+1
*
Use /invites/ instead of /invite/
Rapptz
2020-09-23
1
-2
/
+2
*
Add documentation for gateway intents
Rapptz
2020-09-23
1
-2
/
+107
*
Mention potential Guild.member_count accuracy issues
Rapptz
2020-09-23
1
-1
/
+8
*
Fix presence intent docstring
Muhammad Hamza
2020-09-23
1
-1
/
+1
*
Disable voice cache in weird intent configurations.
Rapptz
2020-09-23
1
-0
/
+3
*
Fix up wording in MemberCacheFlags exception
Rapptz
2020-09-23
1
-1
/
+1
*
Some documentation fixes for MemberCacheFlags and Intents
Rapptz
2020-09-23
1
-1
/
+2
*
Default MemberCacheFlags based on intents
Rapptz
2020-09-23
3
-2
/
+30
*
Add a special exception for required privileged intents
Rapptz
2020-09-23
3
-3
/
+43
*
Pass default intents if not explicitly given
Rapptz
2020-09-23
1
-0
/
+2
*
Intern status and overwrite strings
Rapptz
2020-09-23
2
-5
/
+7
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
6
-11
/
+172
*
Raise if member intent is not enabled
Rapptz
2020-09-23
1
-0
/
+9
*
Don't cache members during guild start up if cache is disabled.
Rapptz
2020-09-23
1
-1
/
+4
*
Add Guild.chunk and deprecated Client.request_offline_members
Rapptz
2020-09-23
4
-32
/
+57
*
Fix Client.request_offline_members no longer working
Rapptz
2020-09-23
2
-8
/
+17
*
Add versionadded for intents enum
Rapptz
2020-09-23
1
-0
/
+2
*
Explicitly disable the members presence by default
Rapptz
2020-09-23
1
-4
/
+11
*
Fix timeouts due to hitting the gateway rate limit
Rapptz
2020-09-23
1
-2
/
+2
*
Maximize the amount of concurrency while chunking.
Rapptz
2020-09-23
1
-1
/
+13
*
Check for zombie connections through last received payload
Rapptz
2020-09-23
1
-1
/
+9
*
Speed up chunking for guilds with presence intent enabled
Rapptz
2020-09-23
1
-3
/
+8
[next]