aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
Commit message (Collapse)AuthorAgeFilesLines
* Clarify connect() requires Intents.voice_statesImayhaveborkedit2021-08-241-0/+2
|
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-6/+3
| | | | Fixes #4098
* Remove created_at from Snowflake ProtocolJosh2021-08-221-5/+0
|
* Add support for PartialMessageable instancesRapptz2021-08-101-2/+2
| | | | | This allows library users to send messages to channels without fetching it first.
* Fix docs for stickers LightSage2021-07-311-1/+1
|
* Add Thread to Messageable docstringSYCKGit2021-07-301-0/+1
|
* implement guild stickersNadir Chowdhury2021-07-301-3/+18
|
* Change type to be compatible with the overwrites propertyPythonCoderAS2021-07-281-2/+2
|
* Allow callables in abc.Connectable.ConnectJosh2021-07-281-1/+9
|
* Fix Example Usage in docsAkshuAgarwal2021-07-281-0/+1
|
* Fix permissions_for for roles z03h2021-07-211-14/+17
|
* Add PartialMessage to list of allowed message reference typesLilly Rose Berner2021-07-211-9/+9
|
* [commands] Fix (Partial)MessageConverter to work with thread messagesNadir Chowdhury2021-07-101-1/+2
|
* Change _Overwrite to get dict entries rather than mutateRapptz2021-07-071-4/+4
|
* Fix KeyError due to refactoring mistake in Overwrite handlingRapptz2021-06-281-1/+1
|
* Type and format abc.pyRapptz2021-06-281-76/+171
| | | | There's still some stuff missing but this is a decent first pass
* Add support for sending multiple embedsAomi Vel2021-06-271-12/+27
|
* [docs] Update Sphinx and Fix various referencesJosh2021-06-271-1/+1
| | | Co-Authored-By: Riley Shaw <[email protected]>
* Fix Messageable.send overload to take view parametersRapptz2021-05-291-0/+3
|
* Refactor and type hint invitesRapptz2021-05-291-8/+2
|
* Add invite targets for voice channel invitesZomatree2021-05-291-0/+21
|
* Add initial support for buttons and componentsRapptz2021-05-271-4/+19
|
* Fix minor typo in typing() docs numbermaniac2021-05-251-1/+1
|
* Add a note about overwriting in set_permissionspikaninja2021-05-231-0/+4
|
* Improve the example for abc.Messageable.typingMrKomodoDragon2021-05-231-3/+4
|
* Fix issues with imports causing NameErrorsJosh2021-05-121-2/+2
|
* Type up **kwargs of various methods Nadir Chowdhury2021-05-101-6/+62
|
* Fix various reference issues in documentationJosh2021-05-061-7/+7
| | | | Co-Authored-By: Riley Shaw <[email protected]>
* Type hint GuildChannel and don't make it a ProtocolRapptz2021-05-051-26/+137
| | | | This reverts GuildChannel back into a base class mixin.
* Make GuildChannel inherit SnowflakeJosh2021-05-051-1/+1
|
* [docs] remove mentions of bot only usabilitySebastian Law2021-05-041-2/+0
|
* Replace uses of Ellipsis as sentinels with utils.MISSINGJosh2021-05-031-3/+5
|
* Add utils.MISSINGNadir Chowdhury2021-04-291-3/+2
|
* Properly change abc.User.avatar type to AssetRapptz2021-04-251-4/+5
|
* Add VoiceChannel.video_quality_modez03h2021-04-171-1/+8
|
* [docs] Fix various unresolved referencesNadir Chowdhury2021-04-151-3/+3
|
* Add StageChannel to abc.GuildChannel docspikaninja2021-04-131-0/+1
|
* Add support for role objects in GuildChannel.permissions_forRapptz2021-04-111-8/+44
|
* First pass at supporting v8 APIRapptz2021-04-111-15/+24
|
* Added discord.StageChannel in documentationTheOneMusic2021-04-101-0/+1
|
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+1
|
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+9
|
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-4/+7
| | | | | Naive datetimes will now be interpreted as local time throughout the library.
* 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
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* 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
|