aboutsummaryrefslogtreecommitdiff
path: root/discord/integrations.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-9/+2
| | | | Fixes #4098
* Add reason kwarg to more methodsNadir Chowdhury2021-07-281-2/+9
|
* Use a property for StreamIntegration.expire_behavior aliasRapptz2021-06-291-1/+5
|
* Rework StreamIntegration.edit to not rely on stateRapptz2021-06-291-38/+25
|
* Handle role_id possibly being None for StreamIntegrationHarmon2021-06-271-1/+1
|
* Fix typing of IntegrationAccount classJosh2021-06-111-3/+3
|
* Fix type errors with required keys in the integration typesRapptz2021-05-291-10/+15
|
* Fix some type errors in StreamIntegration.editRapptz2021-05-291-5/+7
|
* Make StreamIntegration.role a property rather than a strong referenceRapptz2021-05-291-7/+8
|
* Add support for bot integrationsMaya2021-05-291-49/+167
|
* Add typings for audit logs, integrations, and webhooks Nadir Chowdhury2021-04-101-17/+57
|
* Use f-strings in more places that were missed.Rapptz2021-04-081-2/+2
|
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+5
|
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-2/+2
| | | | | Naive datetimes will now be interpreted as local time throughout the library.
* 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`.
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
|
* Remove namedtuples to better future guard the libraryTarek2020-09-211-3/+6
|
* Fix NameError and AttributeError in Template and IntegrationsXua2020-08-051-2/+3
|
* [bugs] stop resolving Object for template/invite; remove dupe methodsNCPlayz2020-06-291-1/+1
|
* Add support for integrationsNadir Chowdhury2020-06-281-0/+202