| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fix Team.icon_url_as format argument default value | Bryan Forbes | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Implement icon_rl_as and cover_image_url_as for AppInfo | SebbyLaw | 2020-11-21 | 1 | -2/+33 |
| | | |||||
| * | Documentation fixes (#2531) | Harmon | 2020-01-24 | 1 | -1/+1 |
| | | | | | | * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation | ||||
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 1 | -0/+4 |
| | | | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog | ||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | 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 |