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
/
discord
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove handling of ReconnectWebsocket
Anis B
2017-10-11
1
-2
/
+2
*
Actually resume on opcode RECONNECT
Anis B
2017-10-11
1
-2
/
+1
*
Change yield from to await in some docstrings.
Rapptz
2017-07-04
1
-1
/
+1
*
Fix afk_channel being None in Client.edit_server
Rapptz
2017-06-19
1
-3
/
+11
*
Better timeout handling in join_voice_channel
cookkkie
2017-03-13
1
-2
/
+2
*
Add rollback strategy to Client.join_voice_channel
cookkkie
2017-03-13
1
-2
/
+7
*
Fix Client.create_server.
khazhyk
2017-01-22
1
-2
/
+5
*
Allow unique invites to be created in Client.create_invite.
Rapptz
2017-01-21
1
-2
/
+4
*
Fix bug with Client.move_channel and Client.move_role.
v0.16.4
Rapptz
2017-01-16
1
-5
/
+2
*
Allow falsey values in Client.send_message and Client.send_file.
Rapptz
2017-01-09
1
-1
/
+2
*
Properly propagate loop. Fixes #420.
Rapptz
2016-12-21
1
-3
/
+3
*
Add support for partnered servers. Fixes #387.
Rapptz
2016-12-17
1
-8
/
+24
*
Fix typo in wait_for_reaction documentation.
Rapptz
2016-12-07
1
-2
/
+2
*
Documentation fixes.
Rapptz
2016-11-17
1
-1
/
+7
*
Add support for clearing a message's reactions.
Rapptz
2016-11-17
1
-0
/
+22
*
Support message editing with rich embeds.
Rapptz
2016-11-13
1
-3
/
+7
*
Add support for rich embeds.
Rapptz
2016-11-13
1
-4
/
+34
*
Make Client.wait_for_reaction return a namedtuple instead.
Rapptz
2016-11-04
1
-9
/
+26
*
Add Client.wait_for_reaction to wait for a reaction from a user.
Rapptz
2016-11-03
1
-19
/
+144
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-6
/
+6
*
Add support for reactions.
khazhyk
2016-10-27
1
-0
/
+125
*
Add around parameter to LogsFromIterator.
khazhyk
2016-10-16
1
-6
/
+17
*
Refactor LogsFromIterator
khazhyk
2016-10-16
1
-2
/
+2
*
Update Client documentation.
Khazhismel
2016-10-02
1
-1
/
+1
*
Fix URL pointing to better method in Client.change_status
Rapptz
2016-09-27
1
-1
/
+1
*
Add the ability to add, delete, and edit custom emoji.
Rapptz
2016-09-26
1
-0
/
+87
*
Add support for "Do Not Disturb" and "Invisible" statuses.
Rapptz
2016-09-26
1
-2
/
+40
*
Remove unused endpoints.py file.
Rapptz
2016-09-25
1
-5
/
+2
*
Add Client.get_user_info to retrieve a User from ID.
Rapptz
2016-09-25
1
-0
/
+27
*
Add support for server verification levels.
Rapptz
2016-09-12
1
-1
/
+8
*
Fix bug that disallowed ServerRegion from being used in edit_server.
Rapptz
2016-09-09
1
-0
/
+3
*
Document that Client.get_channel works with PrivateChannel too.
Rapptz
2016-08-14
1
-1
/
+1
*
Document what it means that an object is not edited in-place explicitly
Rapptz
2016-08-14
1
-11
/
+22
*
Add custom emoji support.
Khazhismel
2016-07-31
1
-0
/
+6
*
Add functions to query and actually prune members from a server.
Rapptz
2016-07-29
1
-1
/
+78
*
Clarify that Client.purge_from requires Manage Messages for anything.
Rapptz
2016-07-29
1
-3
/
+3
*
Fix KeyError when creating private channels in start_private_message.
Rapptz
2016-07-25
1
-1
/
+1
*
Fix TypeError when constructing a channel in start_private_message.
Rapptz
2016-07-23
1
-1
/
+1
*
Add AppInfo.owner attribute.
Rapptz
2016-07-21
1
-2
/
+3
*
Add support for querying information about group calls.
Rapptz
2016-07-15
1
-0
/
+16
*
Save email when login with a token on a user account
PapyrusThePlant
2016-07-06
1
-1
/
+2
*
Fix issue with removing roles out of order.
Rapptz
2016-07-04
1
-7
/
+2
*
Make PyNaCl optional
Hornwitser
2016-06-28
1
-0
/
+4
*
Guild Sharding support
cookie
2016-06-26
1
-0
/
+6
*
Document that bot users can't use Client.accept_invite
Rapptz
2016-06-26
1
-0
/
+2
*
Fix bug with edit_profile for user accounts
Harmon758
2016-06-23
1
-1
/
+1
*
Fix bug with Client.server_voice_state not deafening.
Rapptz
2016-06-22
1
-3
/
+3
*
Support for v5 Gateway.
Rapptz
2016-06-22
1
-2
/
+11
*
Fix bug with deleting private messages.
Rapptz
2016-06-20
1
-3
/
+5
*
Clarify that Client.logs_from can take a PrivateChannel too.
Rapptz
2016-06-18
1
-1
/
+1
[next]