aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make discord.Embed builder more strict and easier to use.Rapptz2016-11-221-70/+147
* Add PermissionOverwrite.is_empty to query empty state of an overwrite.Rapptz2016-11-211-0/+8
* Add Permissions.update and PermissionOverwrite.update for bulk edits.Rapptz2016-11-211-0/+38
* Support MESSAGE_REACTION_REMOVE_ALL event.Rapptz2016-11-212-0/+16
* Add missing bucket for endpoints.Rapptz2016-11-171-3/+3
* Documentation fixes.Rapptz2016-11-172-2/+8
* Add support for clearing a message's reactions.Rapptz2016-11-172-0/+26
* Add atomic add and remove role endpoints to HTTPClient.Rapptz2016-11-171-0/+8
* Add FAQ entry about reactionsleovoel2016-11-141-0/+17
* Support message editing with rich embeds.Rapptz2016-11-132-7/+16
* Add support for rich embeds.Rapptz2016-11-135-6/+446
* Version bump to v0.14.3v0.14.3Rapptz2016-11-062-2/+13
* Change buckets for reactions.Rapptz2016-11-061-3/+3
* Fix crash on reaction remove.khazhyk2016-11-051-1/+1
* Version bump to v0.14.2v0.14.2Rapptz2016-11-042-2/+18
* Make Client.wait_for_reaction return a namedtuple instead.Rapptz2016-11-041-9/+26
* Fix Reaction not importing.v0.14.1Rapptz2016-11-032-2/+14
* Forgot the v0.14.0 heading in the docs.Rapptz2016-11-031-0/+3
* Version bump to v0.14.0v0.14.0Rapptz2016-11-032-2/+26
* Add Client.wait_for_reaction to wait for a reaction from a user.Rapptz2016-11-031-19/+144
* Change reaction events signature and name.Rapptz2016-11-032-7/+19
* Inject full Emoji to Reaction if we have it.khazhyk2016-11-035-35/+49
* Add support for reactions.khazhyk2016-10-277-4/+323
* Add around parameter to LogsFromIterator.khazhyk2016-10-163-9/+50
* Refactor LogsFromIteratorkhazhyk2016-10-162-126/+88
* Fix typo in change_presence validation messagekhazhyk2016-10-151-1/+1
* Fix Member.server_permissions docstring.Rapptz2016-10-041-1/+1
* [commands] Fix mistake in Paginator error message.Max Kamps2016-10-031-1/+1
* Add support for new Manage Webhooks permission.Rapptz2016-10-031-8/+14
* [commands] Fix Paginator still allowing lines which are too long.Max Kamps2016-10-031-1/+1
* Update Client documentation.Khazhismel2016-10-021-1/+1
* Fix Permissions.manage_emojis bit being incorrect.Rapptz2016-09-291-4/+4
* Fix URL pointing to better method in Client.change_statusRapptz2016-09-271-1/+1
* Version bump to v0.13.0v0.13.0Rapptz2016-09-262-2/+38
* [commands] Raise exception if Paginator gets a line that is too big.Rapptz2016-09-261-0/+11
* Add Permissions.manage_emojisRapptz2016-09-261-3/+17
* Add the ability to add, delete, and edit custom emoji.Rapptz2016-09-262-0/+109
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-265-8/+86
* Remove unused endpoints.py file.Rapptz2016-09-253-43/+3
* Version bump to v0.12.0v0.12.0Rapptz2016-09-251-2/+2
* Update What's New page with v0.12.0 changes.Rapptz2016-09-251-0/+56
* Document undocumented Server.voice_client property.Rapptz2016-09-251-0/+3
* Catch Player errors and gracefully stop them.Rapptz2016-09-251-5/+37
* Add Client.get_user_info to retrieve a User from ID.Rapptz2016-09-252-0/+30
* Fix 404'd FAQ links.Rapptz2016-09-251-2/+2
* Add Member.server_permissions to calculate server permissions.Rapptz2016-09-211-0/+27
* Add Server.role_hierarchy to get the current role hierarchy.Rapptz2016-09-211-0/+9
* Make Roles totally ordered.Rapptz2016-09-212-12/+50
* Upgrade requirements to stable aiohttp.Rapptz2016-09-201-2/+2
* [commands] Allow coroutine functions in Bot.command_prefixRapptz2016-09-171-3/+8