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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typo in ValueError message
apple502j
2020-09-24
1
-1
/
+1
*
More intent documentation.
Rapptz
2020-09-24
1
-0
/
+24
*
More intent related documentation
Rapptz
2020-09-24
2
-4
/
+67
*
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
2
-9
/
+13
*
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
5
-2
/
+206
*
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
4
-3
/
+46
*
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
7
-11
/
+184
*
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
*
Maximize concurrency when chunking on AutoSharded clients
Rapptz
2020-09-23
1
-21
/
+45
*
Use a lock for the gateway rate limiter.
Rapptz
2020-09-23
1
-5
/
+12
*
Heartbeats bypass the rate limits for gateway
Rapptz
2020-09-23
1
-3
/
+14
*
All guilds require chunking if opting into it
Rapptz
2020-09-23
1
-6
/
+3
*
Handle user updates within GUILD_MEMBER_UPDATE
Rapptz
2020-09-23
2
-10
/
+17
*
Rewrite chunking to work with intents.
Rapptz
2020-09-23
3
-174
/
+91
*
Add more close codes that can't be handled for reconnecting.
Rapptz
2020-09-23
1
-1
/
+1
*
Change unknown cache log warnings from WARNING -> DEBUG
Rapptz
2020-09-23
1
-19
/
+19
*
Handle gateway rate limits by using a rate limiter.
Rapptz
2020-09-23
1
-0
/
+31
*
Add support for guild intents
Rapptz
2020-09-23
4
-1
/
+331
*
Properly handle disconnects in voice when force disconnected
Rapptz
2020-09-23
1
-3
/
+7
*
Fix issues with VoiceProtocol docstrsings.
Josh
2020-09-23
1
-4
/
+6
*
Correct some protocol errors in v4 of voice gateway
Rapptz
2020-09-23
2
-13
/
+16
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
9
-106
/
+230
*
Fix and add documentation
Michael
2020-09-23
15
-29
/
+97
*
Add support for message_reference on Message object
Sebastian Law
2020-09-23
3
-2
/
+48
*
Use quotes when installing in the README
Rapptz
2020-09-21
1
-1
/
+1
*
Remove namedtuples to better future guard the library
Tarek
2020-09-21
4
-11
/
+28
*
Add bot.listen() suggestion to on_message faq
PikalaxALT
2020-09-20
1
-0
/
+9
*
Fix allowed_mentions when sending files
Xua
2020-09-20
1
-1
/
+1
*
Add competing activity type
iDutchy
2020-09-20
2
-0
/
+6
[prev]
[next]