aboutsummaryrefslogtreecommitdiff
path: root/discord/team.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix TeamMember.team typehintingJoshua B2019-07-011-1/+1
| | | class Team should be capitalised.
* Export Team related stuff from __init__Rapptz2019-06-301-0/+4
|
* Team.owner should return a TeamMember.Rapptz2019-06-301-3/+2
| | | | Should always be available but who knows.
* 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
| | | | Also some minor nits with documentation.
* Support team members data in application infofourjr2019-06-291-0/+100