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
*
Version bump to v0.9.2
legacy
Rapptz
2016-01-13
1
-2
/
+2
*
Fix warning message.
v0.9.2
Rapptz
2016-01-13
1
-6
/
+7
*
Attempt to fix compressed READY to work in both Python2 and Python3.
Rapptz
2016-01-13
1
-2
/
+7
*
Warn that async is looming
Khazhismel
2016-01-12
1
-0
/
+10
*
Use unordered kwargs when constructing member, don't provide duplicate value ...
Khazhismel
2016-01-12
2
-8
/
+8
*
Update README.md
Red_M
2016-01-05
1
-10
/
+10
*
Compressed READY
Khazhismel
2016-01-01
1
-0
/
+6
*
Version bumped to v0.9.1
v0.9.1
Rapptz
2015-12-24
1
-2
/
+2
*
Game information is now represented in a Game object
SamSchlegel
2015-12-24
6
-15
/
+73
*
Don't silently swallow ValueError thrown from on_channel_delete.
Rapptz
2015-11-30
1
-1
/
+2
*
Fix multiple CHANNEL_DELETE. Fixes #51.
Rapptz
2015-11-30
1
-2
/
+5
*
Use copy.copy instead of copy.deepcopy for on_message_edit.
Rapptz
2015-11-30
1
-1
/
+1
*
on_member_update now takes in the older member state as a parameter.
Rapptz
2015-11-30
2
-7
/
+15
*
on_status event now has the old game ID and old status as parameters.
Rapptz
2015-11-30
2
-2
/
+6
*
Miscellaneous documentation fixes.
Rapptz
2015-11-30
2
-2
/
+2
*
Provide server/channel id/name as Object if client not joined to server.
Khazhismel
2015-11-29
1
-6
/
+13
*
Version bump to v0.9.0
v0.9.0
Rapptz
2015-11-28
1
-2
/
+2
*
Message.channel's Object instance has an is_private attribute now.
Rapptz
2015-11-28
1
-1
/
+4
*
Add caveat note about Message.mention_everyone
Rapptz
2015-11-28
1
-0
/
+7
*
Switch to Sphinx RTD theme.
Rapptz
2015-11-28
1
-1
/
+1
*
Add some badges to the README.
Rapptz
2015-11-28
1
-0
/
+6
*
Add note about data classes instances.
Rapptz
2015-11-28
1
-1
/
+15
*
Add warning for Message.mentions order being non-deterministic.
Rapptz
2015-11-28
1
-0
/
+6
*
"An array" -> "A list" for documentation purposes.
Rapptz
2015-11-28
2
-5
/
+5
*
Remove afk_channel_id and replace it with afk_channel.
Rapptz
2015-11-28
1
-3
/
+4
*
Member.roles array now has the default role as the first element.
Rapptz
2015-11-28
3
-4
/
+6
*
Move server parsing code from Client to Server.
Rapptz
2015-11-28
2
-57
/
+59
*
Add new_member.py example to showcase messaging new members.
Rapptz
2015-11-27
1
-0
/
+18
*
discord.Server is a valid destination in Client.send_message & co.
Rapptz
2015-11-27
1
-5
/
+7
*
reply.py example now checks for self-authoring
Rapptz
2015-11-27
1
-0
/
+4
*
Document supported operations in discord.User
Rapptz
2015-11-27
1
-0
/
+12
*
Update to the new colours.
Rapptz
2015-11-27
1
-58
/
+58
*
Performance improvements in on_typing event.
Rapptz
2015-11-27
2
-10
/
+10
*
Add LoginFailure exception for a clearer failure in Client.login
Rapptz
2015-11-27
3
-2
/
+14
*
Client.edit_message no longer checks for private channel.
Rapptz
2015-11-27
1
-4
/
+2
*
Add the message to the exception output.
Rapptz
2015-11-27
1
-0
/
+9
*
Document Client.run reconnection idiosyncrasy.
Rapptz
2015-11-26
1
-1
/
+8
*
Revert "GIF support for avatars"
Rapptz
2015-11-26
1
-2
/
+0
*
GIF support for avatars
Rapptz
2015-11-26
1
-0
/
+2
*
Add support for uploading avatars.
Rapptz
2015-11-26
2
-2
/
+27
*
Move _null_event and _verify_successful_response to utils
Rapptz
2015-11-26
2
-39
/
+40
*
Simplify examples to no longer use logging or Client.is_logged_in
Rapptz
2015-11-26
4
-32
/
+0
*
Add Client.get_invite to turn a URL to an Invite object.
Rapptz
2015-11-26
2
-2
/
+31
*
Client.accept_invite and Client.register now accept invite IDs.
Rapptz
2015-11-26
1
-4
/
+5
*
Handle TYPING_START event.
Rapptz
2015-11-24
2
-2
/
+34
*
Merge send_raw_file and send_file
Rapptz
2015-11-21
1
-35
/
+32
*
Fix annoying lack of parenthesis at end of HTTPException
Rapptz
2015-11-20
1
-1
/
+1
*
Use try-except instead of checking for membership.
Rapptz
2015-11-20
2
-9
/
+18
*
Allow sending raw file objects in memory with client.send_raw_file
Red_M
2015-11-20
1
-0
/
+32
*
Add send_typing command to allow sending typing updates.
Khazhismel
2015-11-19
1
-0
/
+18
[next]