aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on reaction remove.khazhyk2016-11-051-1/+1
* Version bump to v0.14.2v0.14.2Rapptz2016-11-041-2/+2
* Make Client.wait_for_reaction return a namedtuple instead.Rapptz2016-11-041-9/+26
* Fix Reaction not importing.v0.14.1Rapptz2016-11-031-2/+3
* Version bump to v0.14.0v0.14.0Rapptz2016-11-031-2/+2
* 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-031-2/+2
* Inject full Emoji to Reaction if we have it.khazhyk2016-11-035-35/+49
* Add support for reactions.khazhyk2016-10-276-4/+303
* 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-261-2/+2
* [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-264-8/+75
* Remove unused endpoints.py file.Rapptz2016-09-253-43/+3
* Version bump to v0.12.0v0.12.0Rapptz2016-09-251-2/+2
* 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
* 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
* [commands] Allow coroutine functions in Bot.command_prefixRapptz2016-09-171-3/+8
* Add support for server verification levels.Rapptz2016-09-124-10/+26
* Support for pinned system messages.Rapptz2016-09-122-11/+16
* Fix import for Object.created_atRapptz2016-09-101-1/+1
* Fix bug when permission overwrites could be applied out of order.Rapptz2016-09-101-1/+7
* Fix bug that disallowed ServerRegion from being used in edit_server.Rapptz2016-09-091-0/+3
* Add new EU Central and EU West server regions.Rapptz2016-09-091-0/+2
* [commands] Default converters now take in IDs to match against.Rapptz2016-09-091-10/+17
* [commands] Cooldowns don't trigger due to user usage error.Rapptz2016-09-081-11/+9
* [commands] Added a method to reset command cooldown.Dan Hess2016-09-082-0/+17
* Fix gateway code to work with websockets 3.2.Rapptz2016-08-251-1/+2
* Ensure that keep alive threads are closed when a websocket closes.Rapptz2016-08-211-4/+5
* 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
* [commands] Delete module when it does not have a setup function.Rapptz2016-08-101-0/+2
* Emoji.url uses api url.Khazhismel2016-08-061-1/+1
* [commands] Add missing inspect import in converter.pyRapptz2016-08-041-0/+1
* Add emoji url propertyKhazhismel2016-08-021-0/+5