aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Fix import orderHornwitser2018-11-241-1/+0
* [lint] Remove redundant exception variablesHornwitser2018-11-241-2/+2
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-4/+4
* Change internal representation of roles in Member and Emoji.Rapptz2018-09-241-2/+9
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-3/+3
* Add support for Discord's slow mode.Rapptz2018-09-141-0/+5
* Change docstrings to raw-stringsBeatButton2018-09-141-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-2/+2
* [lint] Remove unused variablesHornwitser2018-08-221-1/+1
* Remove dead package references.Rapptz2018-06-101-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-62/+36
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-4/+7
* abc.GuildChannel.set_permissions can raise NotFound.Rapptz2018-05-181-0/+2
* Add intersphinxTobotimus2018-01-061-11/+11
* Don't use Bulk Channel Edit endpoint if not actually moving channels.Rapptz2017-09-241-1/+4
* Properly handle cases where a category is removed.Rapptz2017-09-211-1/+1
* Fix grammar in abc docs, add new implementationSteve C2017-09-131-4/+5
* Add category support.Rapptz2017-09-131-3/+48
* Remove reason keyword argument from message deletion.Rapptz2017-08-151-5/+2
* Remove GuildChannel.is_defaultSinisterRectus2017-08-081-11/+1
* Add documentation examples for AsyncIterator and change_presence.Gorialis2017-08-081-2/+1
* Handle everyone role having top priority in permission resolution.Rapptz2017-07-071-2/+13
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-041-1/+1
* Allow sending files list smaller than 2 elements in Messageable.sendBeatButton2017-06-071-4/+3
* Support for sending a nonce.Rapptz2017-05-311-4/+8
* Force disconnect in abc.Connectable.connect.Rapptz2017-05-131-1/+1
* First pass at documentation reform.Rapptz2017-05-121-1/+89
* Rename abc.Callable to abc.Connectable.Rapptz2017-05-101-1/+1
* Add support for audit log reasons.Rapptz2017-05-071-11/+24
* Change some format usage to use %-formatting.Rapptz2017-05-041-1/+1
* Fix NameError in GuildChannel.changed_rolesRapptz2017-04-221-0/+1
* Better handling of VOICE_SERVER_UPDATE.Rapptz2017-04-181-4/+3
* Re-implement voice sending.Rapptz2017-04-181-3/+66
* Add support for multiple file attachments.Rapptz2017-04-081-29/+35
* Removing acking on channels.Rapptz2017-03-181-22/+0
* Handle case when guild owner somehow doesn't exist in permissions_forRapptz2017-03-151-1/+2
* Add Messageable.ackRapptz2017-02-281-0/+22
* Move purge and delete_messages from Messageable.Rapptz2017-02-261-144/+1
* Fall back to single message delete in Messageable.purgeRapptz2017-02-231-9/+30
* Fix NameError in GuildChannel.overwrites_forRapptz2017-02-171-2/+2
* Add support for limit=None in Messageable.history.Rapptz2017-02-131-1/+3
* Implement utilities for AsyncIterator.Rapptz2017-02-111-1/+1
* Fix support for instant invites.Rapptz2017-02-081-0/+68
* Make all public is_ functions into methods instead of properties.Rapptz2017-01-291-2/+1
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Fix bug with GuildChannel.edit and Role.edit with positions.Rapptz2017-01-161-3/+3
* Remove _get_guild_id from Messageable ABC.Rapptz2017-01-141-10/+4
* Fix documentation to properly use Messageable.sendRapptz2017-01-131-1/+1
* Fix NameError inside Messageable.get_messageRapptz2017-01-111-1/+1