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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Game information is now represented in a Game object
SamSchlegel
2015-12-24
1
-2
/
+2
*
on_member_update now takes in the older member state as a parameter.
Rapptz
2015-11-30
1
-2
/
+10
*
on_status event now has the old game ID and old status as parameters.
Rapptz
2015-11-30
1
-1
/
+3
*
Miscellaneous documentation fixes.
Rapptz
2015-11-30
1
-1
/
+1
*
Switch to Sphinx RTD theme.
Rapptz
2015-11-28
1
-1
/
+1
*
Add note about data classes instances.
Rapptz
2015-11-28
1
-1
/
+15
*
Performance improvements in on_typing event.
Rapptz
2015-11-27
1
-2
/
+3
*
Add LoginFailure exception for a clearer failure in Client.login
Rapptz
2015-11-27
1
-0
/
+2
*
Handle TYPING_START event.
Rapptz
2015-11-24
1
-0
/
+12
*
Change on_server_create/delete to on_server_join/remove.
Rapptz
2015-11-01
1
-6
/
+19
*
Add InvalidArgument exception and change exceptions thrown.
Rapptz
2015-10-27
1
-0
/
+2
*
All HTTP requests now throw HTTPException.
Rapptz
2015-10-27
1
-3
/
+6
*
Rename InvaldiDestination to a generic ClientException.
Rapptz
2015-10-27
1
-1
/
+1
*
All exceptions now derive from DiscordException.
Rapptz
2015-10-27
1
-2
/
+2
*
Remove InvalidEventName exception due to it being unused
Rapptz
2015-10-27
1
-4
/
+0
*
Add discord.Object to the documentation.
Rapptz
2015-10-27
1
-0
/
+3
*
Add discord.Object class for generic pass-by-ID.
Rapptz
2015-10-27
1
-0
/
+5
*
Support unavailable servers.
Rapptz
2015-10-24
1
-0
/
+8
*
Print to stderr in on_error
Hornwitser
2015-10-22
2
-16
/
+9
*
Log to root logger by default in on_error
Hornwitser
2015-10-21
1
-7
/
+14
*
Add events for sniffing the WebSocket data
Hornwitser
2015-10-16
1
-0
/
+37
*
Separate colour tuple into its own class.
Rapptz
2015-10-16
1
-0
/
+3
*
Handle VOICE_STATE_UPDATE websocket events.
Rapptz
2015-10-15
1
-0
/
+12
*
Handle GUILD_ROLE_UPDATE websocket events.
Rapptz
2015-10-15
1
-0
/
+6
*
Handle GUILD_ROLE_DELETE websocket events.
Rapptz
2015-10-15
1
-3
/
+4
*
Handle GUILD_ROLE_CREATE websocket events.
Rapptz
2015-10-15
1
-0
/
+7
*
Documentation cleanup.
Rapptz
2015-10-13
2
-10
/
+38
*
Clarify logging and on_error documentation
Hornwitser
2015-10-06
2
-17
/
+47
*
Change behaviour of on_error
Hornwitser
2015-10-06
1
-12
/
+22
*
Listen to CHANNEL_UPDATE events and add on_channel_update
Rapptz
2015-09-25
1
-0
/
+6
*
Add support for logging.
Rapptz
2015-09-16
2
-0
/
+25
*
Document discord.utils.find function
Rapptz
2015-09-14
1
-0
/
+6
*
Documentation fixes and version bump.
v0.5.0
Rapptz
2015-09-05
1
-2
/
+2
*
Add on_error event for doing something about uncaught exceptions.
Rapptz
2015-09-05
1
-0
/
+13
*
Add on_member_update event.
Rapptz
2015-09-04
1
-0
/
+6
*
Add support for creating invites.
Rapptz
2015-09-04
1
-0
/
+3
*
Add on_server_create and on_server_delete events.
Rapptz
2015-09-03
1
-0
/
+11
*
Document exceptions and change conf.py version detection.
v0.4.1
Rapptz
2015-08-28
2
-2
/
+23
*
Version bump to v0.4.0.
v0.4.0
Rapptz
2015-08-27
1
-2
/
+2
*
Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events.
Rapptz
2015-08-27
1
-0
/
+7
*
on_status now takes only a member.
Rapptz
2015-08-27
1
-9
/
+4
*
Documentation update.
Rapptz
2015-08-26
1
-2
/
+9
*
Add logout support and on_disconnect event.
Rapptz
2015-08-24
1
-0
/
+4
*
Add support for channel creation events.
Rapptz
2015-08-23
1
-2
/
+5
*
Add on_channel_delete event.
Rapptz
2015-08-23
1
-0
/
+7
*
Sandbox events so exceptions being thrown don't break the client.
Rapptz
2015-08-23
1
-1
/
+3
*
Add on_status event.
Rapptz
2015-08-23
1
-0
/
+11
*
Rename project from pydiscord to discord.py
Rapptz
2015-08-22
5
-17
/
+17
*
Add on_message_edit event.
Rapptz
2015-08-21
1
-1
/
+7
*
Add on_message_delete event and Client.messages attribute.
Rapptz
2015-08-21
1
-0
/
+6
[next]