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
*
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
*
fixed voice_members not updating when changing channels
Azza
2015-11-19
1
-0
/
+4
*
Add Message.channel_mentions
Rapptz
2015-11-19
1
-0
/
+12
*
Add get_raw_[channel_]mentions to Message
Rapptz
2015-11-19
1
-0
/
+19
*
Fix is_private check in mentions array handling.
Rapptz
2015-11-19
1
-1
/
+4
*
Fix ordering issue with Message.server
Rapptz
2015-11-18
1
-3
/
+5
*
Message.mentions now returns a list of Member instead of User
Rapptz
2015-11-16
1
-3
/
+14
*
Add Client.get_all_channels and Client.get_all_members
Rapptz
2015-11-16
1
-0
/
+32
*
Documentation fixes for Client.logs_from
Rapptz
2015-11-16
1
-2
/
+2
*
Add before and after params to logs_from.
Khazhismel
2015-11-16
1
-1
/
+10
*
Fix Client.unban parameter name (name -> user)
Rapptz
2015-11-16
1
-1
/
+1
*
Clean-up guild_delete.
Rapptz
2015-11-16
1
-9
/
+8
*
Make unavailable default to None.
Rapptz
2015-11-16
1
-1
/
+1
*
Attempt to fix unavailable guilds again
Rapptz
2015-11-16
1
-1
/
+6
*
icon_url and get_default_channel in Server
Hla
2015-11-16
1
-3
/
+14
*
Role.is_everyone actually uses the proper check.
Rapptz
2015-11-09
1
-1
/
+1
*
Channel.permissions_for now correctly handles everyone overwrites.
Rapptz
2015-11-09
1
-2
/
+3
*
Change iterable to an argument list in role related documentation.
Rapptz
2015-11-07
1
-3
/
+3
*
Fix Client.create_role
Rapptz
2015-11-07
1
-4
/
+5
*
Change on_server_create/delete to on_server_join/remove.
Rapptz
2015-11-01
2
-8
/
+21
*
Document Client.login raising exceptions.
Rapptz
2015-10-27
1
-1
/
+2
*
Add InvalidArgument exception and change exceptions thrown.
Rapptz
2015-10-27
3
-7
/
+19
[next]