aboutsummaryrefslogtreecommitdiff
path: root/discord/object.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix discord.Object documentation.Rapptz2016-05-311-2/+2
|
* Add missing created_at properties for other objects.Rapptz2016-03-251-0/+7
| | | | Such as Channel, PrivateChannel, Object and Role.
* Update license of files to 2016.Rapptz2016-01-041-1/+1
|
* Revert "Use super() in classes that could be subclassed."Rapptz2016-01-041-1/+0
| | | | This reverts commit 948f565b430d80f782d0b7c264cc0b27aa1ec0b2.
* Use super() in classes that could be subclassed.Rapptz2016-01-041-0/+1
|
* Clean-up documentation to use NumPy style docs on remaining classes.Rapptz2015-12-161-1/+1
|
* Switch to NumPy style documentation.Rapptz2015-12-041-2/+3
|
* Add discord.Object class for generic pass-by-ID.Rapptz2015-10-271-0/+46