aboutsummaryrefslogtreecommitdiff
path: root/discord/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit type annotation to version_info and reformatRapptz2021-08-221-6/+8
|
* Stricter type hint in releaselevelRyu JuHeon2021-07-211-2/+2
|
* Change NamedTuple in __init__.pyArnav Jindal2021-06-301-2/+7
|
* First pass at preliminary thread supportRapptz2021-06-081-0/+1
| | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints.
* Implement StageInstanceNadir Chowdhury2021-05-301-0/+1
|
* Add initial support for buttons and componentsRapptz2021-05-271-1/+2
|
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-24/+24
|
* Add on_interaction event and Interaction class.Rapptz2021-04-061-0/+1
| | | | | This is the first pass at the functionality. It's currently a bit incomplete.
* Remove userbot functionalityRapptz2021-04-041-3/+1
| | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation.
* 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`.
* Version bump for developmentRapptz2021-04-041-2/+2
|
* Version bump to v1.7v1.7.0Rapptz2021-04-041-2/+2
|
* Version bump for developmentRapptz2021-01-161-2/+2
|
* Change copyright year to presentNihaal Sangha2021-01-151-2/+2
|
* Bump version to 1.6v1.6.0Rapptz2021-01-071-2/+2
|
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-8/+1
| | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1.
* Added MessageReference.resolved attribute to get replied to messageRapptz2020-11-271-1/+1
|
* Fix `discord.RoleTags` resolutionNadir Chowdhury2020-11-261-1/+1
|
* Add sticker supportZomatree2020-11-231-0/+1
|
* Bump version for development purposesRapptz2020-11-211-2/+2
|
* Version bump to v1.5.1v1.5.1v1.5.xRapptz2020-10-191-2/+2
|
* Version bump to v1.5.0v1.5.0Rapptz2020-09-281-2/+2
|
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-1/+1
| | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks.
* Add support for message_reference on Message objectSebastian Law2020-09-231-1/+1
|
* Version bump for development purposesRapptz2020-08-221-2/+2
|
* Version bump to 1.4.1v1.4.1Rapptz2020-08-091-2/+2
|
* Extend __path__ with pkgutil to allow editable extensionsBryan Forbes2020-08-071-0/+2
|
* Version bump to 1.4v1.4.0Rapptz2020-08-051-2/+2
|
* Add an exposed way to extract shard-specific information.Rapptz2020-07-251-1/+1
| | | | Closes #2654
* Add support for integrationsNadir Chowdhury2020-06-281-0/+1
|
* Add support for Discord templatesNadir Chowdhury2020-06-281-0/+1
|
* [docs] Fix PublicUserFlags not showing upNadir Chowdhury2020-06-041-1/+1
|
* Bump version for developmentRapptz2020-04-061-2/+2
|
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-0/+1
|
* Version bump to v1.3.3v1.3.3Rapptz2020-04-041-2/+2
|
* Bump version to v1.3.2v1.3.2Rapptz2020-02-221-2/+2
|
* Version bump to v1.3.1v1.3.1Rapptz2020-01-261-2/+2
|
* Version bump to v1.3v1.3.0Rapptz2020-01-241-2/+2
|
* Bump copyright year to 2020Rapptz2020-01-191-2/+2
| | | | Closes #2510
* Implement discord.MessageFlagsNCPlayz2019-12-201-1/+2
| | | | Refactor flags placement and use it for suppression.
* Move PartialEmoji over to a new namespace to avoid circular importsRapptz2019-11-201-1/+2
|
* Version bump for development purposes.Rapptz2019-07-271-2/+2
|
* Export Team related stuff from __init__Rapptz2019-06-301-0/+1
|
* Version bump to 1.2.3v1.2.3Rapptz2019-06-251-2/+2
|
* Version bump to 1.2.2v1.2.2Rapptz2019-06-091-2/+2
|
* Version bump to 1.2.1v1.2.1Rapptz2019-06-091-2/+2
|
* Version bump to 1.2.0v1.2.0Rapptz2019-06-091-2/+2
|
* Add support for system channel flagsRapptz2019-06-061-1/+1
|
* Change version to v1.2.0a for development purposes.Rapptz2019-05-111-2/+2
|
* Version bump to v1.1.1v1.1.1Rapptz2019-05-111-2/+2
|