101 Commits (02397306b2ed76b3bc42b2b28e8672e839bdeaf5)

Author SHA1 Message Date
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz e91675291e Fix bug preventing movement of channels when there are gaps in position 5 years ago
CapnS 072cef3bb6 Allow editing of overwrites in Channel.edit() 6 years ago
Devon R f5ebf42e1f Return invites as https, various URL normalization 5 years ago
apple502j 7d7eabb974 Make permissions_synced actually return False 6 years ago
Rapptz 3dc9f40be7 Add versionadded string to GuildChannel.permissions_synced 6 years ago
Capn 125a5676b8 Add permissions_synced to abc.GuildChannel 6 years ago
Rapptz 87c2508199 Explicitly mention discord.Object in abc.Snowflake documentation. 6 years ago
Rapptz cddcc6d6b6 abc.Messageable do not have to implement abc.Snowflake 6 years ago
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