aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix comparison for overwrites when checking if a channel is synced Dan Hess2020-09-091-1/+1
* Add fetch_message_fast using history endpointkhazhyk2020-09-071-0/+37
* Fix issue with empty overwritesparafoxia2020-08-251-1/+1
* Document merging behaviour of AllowedMentions in Messageable.sendRapptz2020-08-221-1/+6
* Optimize Channel.permissions_for by not creating temporary objectsRapptz2020-08-011-11/+7
* Don't use a namedtuple for _OverwritesRapptz2020-07-081-2/+16
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-4/+4
* Allow editing of channel types for news and text channelsNCPlayz2020-05-291-0/+10
* Specify the unit for `max_age` arg in `GuildChannel.create_invite()`jack11422020-05-071-1/+1
* Documentation fixups for allowed mentionsRapptz2020-04-041-1/+1
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-041-9/+10
* Fix various implementation bugs with allowed mentionsRapptz2020-04-041-0/+2
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-3/+15
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Fix bug preventing movement of channels when there are gaps in positionRapptz2020-01-121-5/+3
* Allow editing of overwrites in Channel.edit()CapnS2019-12-041-0/+22
* Return invites as https, various URL normalizationDevon R2019-11-151-1/+1
* Make permissions_synced actually return Falseapple502j2019-08-271-1/+1
* Add versionadded string to GuildChannel.permissions_syncedRapptz2019-08-271-0/+2
* Add permissions_synced to abc.GuildChannelCapn2019-08-271-0/+10
* Explicitly mention discord.Object in abc.Snowflake documentation.Rapptz2019-08-111-0/+3
* abc.Messageable do not have to implement abc.SnowflakeRapptz2019-07-271-2/+0
* Use lower level Guild.owner_id for permission resolution.Rapptz2019-07-101-2/+1
* fix documentation for GuildChannel.set_permissionsXua2019-06-291-2/+3
* Update Sphinx to 2.1.2Rapptz2019-06-281-29/+29
* Publicly expose a type property for all channels.Rapptz2019-06-091-1/+1
* Improve documentationNCPlayz2019-06-071-96/+101
* Ensure message links resolve in the Messageable.pins note.Rapptz2019-05-271-2/+2
* Add note that Messageable.pins does not contain Message.reactionsRapptz2019-05-271-0/+6
* Fix pluralization errors in various filesEhren Julien-Neitzert2019-05-231-1/+1
* Fixed a typo in GuildChannel.overwrites docstringDevilXD2019-04-291-1/+1
* Explicit namespacing in the PermissionOverwrite example.Rapptz2019-04-191-1/+1
* Add abc.GuildChannel.clone to clone a channel with another name.Rapptz2019-04-181-0/+40
* Add delay kwarg to message.delete()Vexs2019-04-181-7/+1
* Fix abc.GuildChannel.overwrites returning None keys.Rapptz2019-04-141-1/+8
* simplify HistoryIterator message orderingkhazhyk2019-04-071-7/+5
* Make abc.GuildChannel.overwrites return a dictionaryRapptz2019-04-061-7/+6
* Add type checking to multi-file sendDice2019-03-201-0/+2
* Fix sending multiple filesDice2019-03-201-2/+1
* Expose MetadataNCPlayz2019-03-191-1/+1
* Organise documentationNCPlayz2019-03-191-35/+35
* Take back ownership of files from aiohttp for retrying requests.Rapptz2019-03-181-1/+1
* Add support for store channels.Rapptz2019-03-171-2/+6
* Fix documentation linking issue in Messageables and ContextRapptz2019-03-161-26/+26
* 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