91 Commits (562580a07f72fa773e9ee1094c71723320b97e24)

Author SHA1 Message Date
Rapptz 562580a07f Use lower level Guild.owner_id for permission resolution. 6 years ago
Xua 69364a25eb fix documentation for GuildChannel.set_permissions 6 years ago
Rapptz 7543328fe7 Update Sphinx to 2.1.2 6 years ago
Rapptz 7e2da1c93b Publicly expose a type property for all channels. 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 0d72ac3bb6 Ensure message links resolve in the Messageable.pins note. 6 years ago
Rapptz 96dc6f0c11 Add note that Messageable.pins does not contain Message.reactions 6 years ago
Ehren Julien-Neitzert fc5a2936dd Fix pluralization errors in various files 6 years ago
DevilXD 0dcbdda974 Fixed a typo in GuildChannel.overwrites docstring 6 years ago
Rapptz 390bce6033 Explicit namespacing in the PermissionOverwrite example. 6 years ago
Rapptz f5c38c3559 Add abc.GuildChannel.clone to clone a channel with another name. 6 years ago
Vexs 0f48b78987 Add delay kwarg to message.delete() 6 years ago
Rapptz 9b089c9a7b Fix abc.GuildChannel.overwrites returning None keys. 6 years ago
khazhyk 366dc4855b simplify HistoryIterator message ordering 6 years ago
Rapptz 79183846dc Make abc.GuildChannel.overwrites return a dictionary 6 years ago
Dice 8123d4a5f7 Add type checking to multi-file send 6 years ago
Dice 6f3e32cfbb Fix sending multiple files 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 5e65ec978c Take back ownership of files from aiohttp for retrying requests. 6 years ago
Rapptz 5061915b2a Add support for store channels. 6 years ago
Rapptz 053e2f5b9a Fix documentation linking issue in Messageables and Context 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser 4ae8e81660 [lint] Remove redundant exception variables 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
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