aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove handling of ReconnectWebsocketAnis B2017-10-111-2/+2
* Actually resume on opcode RECONNECTAnis B2017-10-111-2/+1
* Change yield from to await in some docstrings.Rapptz2017-07-041-1/+1
* Fix afk_channel being None in Client.edit_serverRapptz2017-06-191-3/+11
* Better timeout handling in join_voice_channelcookkkie2017-03-131-2/+2
* Add rollback strategy to Client.join_voice_channelcookkkie2017-03-131-2/+7
* Fix Client.create_server.khazhyk2017-01-221-2/+5
* Allow unique invites to be created in Client.create_invite.Rapptz2017-01-211-2/+4
* Fix bug with Client.move_channel and Client.move_role.v0.16.4Rapptz2017-01-161-5/+2
* Allow falsey values in Client.send_message and Client.send_file.Rapptz2017-01-091-1/+2
* Properly propagate loop. Fixes #420.Rapptz2016-12-211-3/+3
* Add support for partnered servers. Fixes #387.Rapptz2016-12-171-8/+24
* Fix typo in wait_for_reaction documentation.Rapptz2016-12-071-2/+2
* Documentation fixes.Rapptz2016-11-171-1/+7
* Add support for clearing a message's reactions.Rapptz2016-11-171-0/+22
* Support message editing with rich embeds.Rapptz2016-11-131-3/+7
* Add support for rich embeds.Rapptz2016-11-131-4/+34
* Make Client.wait_for_reaction return a namedtuple instead.Rapptz2016-11-041-9/+26
* Add Client.wait_for_reaction to wait for a reaction from a user.Rapptz2016-11-031-19/+144
* Inject full Emoji to Reaction if we have it.khazhyk2016-11-031-6/+6
* Add support for reactions.khazhyk2016-10-271-0/+125
* Add around parameter to LogsFromIterator.khazhyk2016-10-161-6/+17
* Refactor LogsFromIteratorkhazhyk2016-10-161-2/+2
* Update Client documentation.Khazhismel2016-10-021-1/+1
* Fix URL pointing to better method in Client.change_statusRapptz2016-09-271-1/+1
* Add the ability to add, delete, and edit custom emoji.Rapptz2016-09-261-0/+87
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-261-2/+40
* Remove unused endpoints.py file.Rapptz2016-09-251-5/+2
* Add Client.get_user_info to retrieve a User from ID.Rapptz2016-09-251-0/+27
* Add support for server verification levels.Rapptz2016-09-121-1/+8
* Fix bug that disallowed ServerRegion from being used in edit_server.Rapptz2016-09-091-0/+3
* Document that Client.get_channel works with PrivateChannel too.Rapptz2016-08-141-1/+1
* Document what it means that an object is not edited in-place explicitlyRapptz2016-08-141-11/+22
* Add custom emoji support.Khazhismel2016-07-311-0/+6
* Add functions to query and actually prune members from a server.Rapptz2016-07-291-1/+78
* Clarify that Client.purge_from requires Manage Messages for anything.Rapptz2016-07-291-3/+3
* Fix KeyError when creating private channels in start_private_message.Rapptz2016-07-251-1/+1
* Fix TypeError when constructing a channel in start_private_message.Rapptz2016-07-231-1/+1
* Add AppInfo.owner attribute.Rapptz2016-07-211-2/+3
* Add support for querying information about group calls.Rapptz2016-07-151-0/+16
* Save email when login with a token on a user accountPapyrusThePlant2016-07-061-1/+2
* Fix issue with removing roles out of order.Rapptz2016-07-041-7/+2
* Make PyNaCl optionalHornwitser2016-06-281-0/+4
* Guild Sharding supportcookie2016-06-261-0/+6
* Document that bot users can't use Client.accept_inviteRapptz2016-06-261-0/+2
* Fix bug with edit_profile for user accountsHarmon7582016-06-231-1/+1
* Fix bug with Client.server_voice_state not deafening.Rapptz2016-06-221-3/+3
* Support for v5 Gateway.Rapptz2016-06-221-2/+11
* Fix bug with deleting private messages.Rapptz2016-06-201-3/+5
* Clarify that Client.logs_from can take a PrivateChannel too.Rapptz2016-06-181-1/+1