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
...
*
[commands] implement HelpCommand.add/remove_check
Riley S
2020-08-05
1
-0
/
+43
*
[commands] Provide a way to retrieve time left for a cooldown
Dan Hess
2020-08-05
2
-1
/
+34
*
[commands] Restart subcommand_passed chain on invoke
Rapptz
2020-08-05
1
-0
/
+2
*
Be defensive in case Discord breaks something with WS URLs again
Rapptz
2020-08-05
1
-0
/
+4
*
Fix NameError and AttributeError in Template and Integrations
Xua
2020-08-05
2
-3
/
+4
*
Require people to use templates when making an issue
Rapptz
2020-08-05
1
-0
/
+1
*
Propagate manual close codes to socket subclass
Rapptz
2020-08-05
2
-7
/
+13
*
Fix endpoint strings with :443 instead of :80
Rapptz
2020-08-05
1
-4
/
+5
*
[tasks] Remove HTTPException as an exception to silently continue for
Dan Hess
2020-08-05
1
-1
/
+0
*
Fix gramatical error in Client guild_subscriptions docs
Josh
2020-08-04
1
-1
/
+1
*
Fix AttributeError when fetching reactions without cache
Tyler North
2020-08-01
1
-1
/
+1
*
Optimize Channel.permissions_for by not creating temporary objects
Rapptz
2020-08-01
1
-11
/
+7
*
Terminate shard processing queue when a clean close is encountered.
Rapptz
2020-08-01
1
-0
/
+4
*
Fix typo when creating a guild via template
Riley S
2020-07-31
1
-1
/
+1
*
Specify where to get max_members in documentation
Jaime Garcia Jr
2020-07-31
1
-1
/
+5
*
Fix NameError with resolving codes with Template
Nadir Chowdhury
2020-07-31
1
-1
/
+1
*
Fix AttributeError from internal queue being double underscore.
Rapptz
2020-07-25
1
-11
/
+11
*
Add an exposed way to extract shard-specific information.
Rapptz
2020-07-25
3
-16
/
+104
*
Propagate exceptions when an unhandled error happens
Rapptz
2020-07-25
1
-0
/
+17
*
Use a subclass rather than monkey-patching for the websocket
jack1142
2020-07-25
2
-10
/
+6
*
Update message references in AutoShardedConnectionState
Rapptz
2020-07-25
2
-0
/
+31
*
Add guild_ready_timeout to control the timeout of GUILD_CREATE stream
Rapptz
2020-07-25
2
-4
/
+13
*
Add a timeout for receiving websocket messages.
Rapptz
2020-07-25
1
-4
/
+8
*
If we're out of retries just raise the OSError
Rapptz
2020-07-25
1
-3
/
+2
*
Handle Connection Reset by Peer connection errors.
Rapptz
2020-07-25
4
-78
/
+107
*
Add shard related connection and resume events.
Rapptz
2020-07-25
4
-0
/
+41
*
Handle connection errors during reidentify flow.
Rapptz
2020-07-25
1
-5
/
+9
*
Make every shard maintain its own reconnect loop
Rapptz
2020-07-25
1
-14
/
+70
*
Add before_identify_hook to have finer control over IDENTIFY syncing
Rapptz
2020-07-25
4
-19
/
+57
*
Fix READY not firing for multi-processed AutoShardedClient clusters
Rapptz
2020-07-25
1
-3
/
+2
*
Fix voice websocket connections
Rapptz
2020-07-25
2
-5
/
+14
*
Use a proper type for the event queue
Rapptz
2020-07-25
1
-15
/
+28
*
Rewrite gateway to use aiohttp instead of websockets
Rapptz
2020-07-25
8
-93
/
+98
*
Fix AttributeError on reconnection
Rapptz
2020-07-25
1
-4
/
+4
*
Can't use %d in here
Rapptz
2020-07-25
1
-3
/
+3
*
Add shard ID to keep alive logger messages
Rapptz
2020-07-25
1
-9
/
+9
*
Rewrite of AutoShardedClient to prevent overlapping identify
Rapptz
2020-07-25
4
-64
/
+72
*
Add revisions to check_once docs
Jaime Garcia Jr
2020-07-24
2
-4
/
+6
*
Add documentation on bot_check_once
Jaime Garcia Jr
2020-07-23
1
-0
/
+4
*
Add a changelog entry for v1.3.4
Rapptz
2020-07-22
1
-0
/
+10
*
Fix typo in on_socket_raw_send documentation
AXVin
2020-07-22
1
-1
/
+1
*
[commands] Add documentation for exceptions in Context.(re)invoke
SebbyLaw
2020-07-22
1
-0
/
+10
*
Add gray alias for discord.Colour
SebbyLaw
2020-07-22
1
-0
/
+8
*
[commands] GroupView.get_command shouldn't raise errors for empty names
jack1142
2020-07-22
1
-0
/
+2
*
Added exception documentation for Guild.create_voice_channel
Skezza
2020-07-22
1
-0
/
+18
*
Add double backticks for some parameter mentions in the documentation.
Skezza
2020-07-22
3
-17
/
+17
*
Add Guild.change_voice_state to control our voice state.
jack1142
2020-07-22
1
-0
/
+20
*
Fix detection of some JPEG images without JFIF or Exif info
Rapptz
2020-07-21
1
-1
/
+1
*
Don't use a namedtuple for _Overwrites
Rapptz
2020-07-08
1
-2
/
+16
*
Fix TypeError when not specifying roles.
Tarek
2020-07-08
1
-2
/
+4
[prev]
[next]