aboutsummaryrefslogtreecommitdiff
path: root/discord/integrations.py
Commit message (Collapse)AuthorAgeFilesLines
* 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