aboutsummaryrefslogtreecommitdiff
path: root/discord/team.py
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous __slots__ assignmentsRapptz2021-06-281-1/+1
* Type-Hint appinfo/teamJosh2021-06-101-12/+14
* Add invite targets for voice channel invitesZomatree2021-05-291-6/+16
* Rewrite Asset designRapptz2021-04-161-39/+8
* Use f-strings in more places that were missed.Rapptz2021-04-081-3/+9
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Fix Team.icon_url_as format argument default valueBryan Forbes2020-11-281-1/+1
* Implement icon_rl_as and cover_image_url_as for AppInfoSebbyLaw2020-11-211-2/+33
* Documentation fixes (#2531)Harmon2020-01-241-1/+1
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-0/+4
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Fix TeamMember.team typehintingJoshua B2019-07-011-1/+1
* Export Team related stuff from __init__Rapptz2019-06-301-0/+4
* Team.owner should return a TeamMember.Rapptz2019-06-301-3/+2
* TeamMember inherits from BaseUser instead of attribute.Rapptz2019-06-301-10/+34
* [commands] Properly raise the correct exception for owner_idsRapptz2019-06-291-2/+0
* Support team members data in application infofourjr2019-06-291-0/+100