aboutsummaryrefslogtreecommitdiff
path: root/discord/relationship.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove userbot functionalityRapptz2021-04-041-85/+0
| | | | | 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`.
* Deprecate non-bot methodsNadir Chowdhury2021-02-231-0/+9
|
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
|
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
| | | | Closes #2510
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
|
* [lint] Remove unused importsHornwitser2018-08-221-2/+0
| | | | Left over from various refactoring and rewrites.
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-6/+4
|
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
|
* Add support for relationships.Rapptz2017-01-201-0/+82