aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
Commit message (Expand)AuthorAgeFilesLines
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-4/+7
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-041-59/+53
* Convert two missing places to f-stringsRapptz2021-04-041-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Implement voice region changing for voice channelsTarek2021-04-011-0/+7
* Raise error if position could not be resolved in GuildChannel.moveRapptz2021-03-301-3/+6
* Return early if no kwargs are given to GuildChannel.moveRapptz2021-03-301-0/+3
* Ignore moving category channels to another categoryRapptz2021-03-301-0/+1
* Add GuildChannel.move helper method to help with moving channelsRapptz2021-03-301-0/+114
* remove trailing whitespaceNadir Chowdhury2021-03-131-2/+2
* Allow for callable class factories in abc.Connectable.connectSuzuZusu2021-02-241-3/+4
* fix mention_author in send causing unexpected allowed mentionsSebastian Law2021-02-241-1/+2
* Add support for the new permission serialization scheme.Rapptz2021-02-181-4/+4
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Fix wrong documented permission for GuildChannel.invites()Misa2020-12-071-1/+1
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-1/+1
* Code cleanup involving enums and message repliesRapptz2020-11-271-8/+5
* Implement discord.Message.replyPikalaxALT2020-11-261-6/+38
* Properly document that categories throw 404's on create_invite.webtax-gh2020-11-211-1/+4
* Properly insert at the end if position is not found when moving.Rapptz2020-10-171-1/+1
* Intern status and overwrite stringsRapptz2020-09-231-1/+2
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-6/+13
* Fix and add documentationMichael2020-09-231-0/+5
* Fix allowed_mentions when sending files Xua2020-09-201-1/+1
* Revert "Add fetch_message_fast using history endpoint"Rapptz2020-09-141-37/+0
* Add missing permission in clone documentationDuck2020-09-111-0/+3
* 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