65 Commits (95d8bb2e8551e61d1603f588dbed053344fada80)

Author SHA1 Message Date
Rapptz 95d8bb2e85 Change internal representation of roles in Member and Emoji. 7 years ago
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Rapptz 0352c80a17 Add support for Discord's slow mode. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Rapptz 0dafdedc65 abc.GuildChannel.set_permissions can raise NotFound. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz f86ac47b28 Don't use Bulk Channel Edit endpoint if not actually moving channels. 8 years ago
Rapptz 458cb83b47 Properly handle cases where a category is removed. 8 years ago
Steve C 233c2d80ef Fix grammar in abc docs, add new implementation 8 years ago
Rapptz 53b4890435 Add category support. 8 years ago
Rapptz 63231ef033 Remove reason keyword argument from message deletion. 8 years ago
SinisterRectus 8acf3d01ce Remove GuildChannel.is_default 8 years ago
Gorialis 1582116b72 Add documentation examples for AsyncIterator and change_presence. 8 years ago
Rapptz c2544b9101 Handle everyone role having top priority in permission resolution. 8 years ago
Rapptz e0f02f1775 Rename AsyncIterator.get to next to prevent shadowing. 8 years ago
BeatButton 1be119cd45 Allow sending files list smaller than 2 elements in Messageable.send 8 years ago
Rapptz 3330a19f35 Support for sending a nonce. 8 years ago
Rapptz 64d09f3720 Force disconnect in abc.Connectable.connect. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz be2e706b2a Rename abc.Callable to abc.Connectable. 8 years ago
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz d24c2a09b6 Change some format usage to use %-formatting. 8 years ago
Rapptz 0ce781b37c Fix NameError in GuildChannel.changed_roles 8 years ago
Rapptz f9c2ac9d25 Better handling of VOICE_SERVER_UPDATE. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago
Rapptz bf2066278e Add support for multiple file attachments. 8 years ago
Rapptz 4ffded622a Removing acking on channels. 8 years ago
Rapptz 0321558dec Handle case when guild owner somehow doesn't exist in permissions_for 8 years ago
Rapptz 8daf411c72 Add Messageable.ack 8 years ago
Rapptz cbbc75cd8d Move purge and delete_messages from Messageable. 8 years ago
Rapptz 0e8b260d45 Fall back to single message delete in Messageable.purge 8 years ago
Rapptz 54f297c24f Fix NameError in GuildChannel.overwrites_for 8 years ago
Rapptz 8e654bd52a Add support for limit=None in Messageable.history. 8 years ago
Rapptz 2abdbc70c2 Implement utilities for AsyncIterator. 8 years ago
Rapptz 274e6af0dd Fix support for instant invites. 8 years ago
Rapptz e77012f4d9 Make all public is_ functions into methods instead of properties. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz f4cadaf0cc Fix bug with GuildChannel.edit and Role.edit with positions. 8 years ago
Rapptz 92dd519b1a Remove _get_guild_id from Messageable ABC. 8 years ago
Rapptz 33450cd1b6 Fix documentation to properly use Messageable.send 8 years ago
Rapptz b9b9d8c4d0 Fix NameError inside Messageable.get_message 8 years ago
Rapptz 06ca518459 Rename NoMoreMessages to NoMoreItems. 8 years ago
Rapptz 8c274139df Allow HistoryIterator to be flattened into a list. 8 years ago
Rapptz 6adfd633ea Allow Messageable.send to work with non-truthy types. 8 years ago
Rapptz 94655c77c0 Fix Messageable.typing context manager. 8 years ago