| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix TeamMember.team typehinting | Joshua B | 2019-07-01 | 1 | -1/+1 |
| | | | | class Team should be capitalised. | ||||
| * | Export Team related stuff from __init__ | Rapptz | 2019-06-30 | 1 | -0/+4 |
| | | |||||
| * | Team.owner should return a TeamMember. | Rapptz | 2019-06-30 | 1 | -3/+2 |
| | | | | | Should always be available but who knows. | ||||
| * | TeamMember inherits from BaseUser instead of attribute. | Rapptz | 2019-06-30 | 1 | -10/+34 |
| | | |||||
| * | [commands] Properly raise the correct exception for owner_ids | Rapptz | 2019-06-29 | 1 | -2/+0 |
| | | | | | Also some minor nits with documentation. | ||||
| * | Support team members data in application info | fourjr | 2019-06-29 | 1 | -0/+100 |