aboutsummaryrefslogtreecommitdiff
path: root/discord/invite.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Rename Server to Guild everywhere.Rapptz2017-01-031-5/+5
* Stateful Message and remove Invite.xkcd since it is removed.Rapptz2017-01-031-15/+12
* Begin working on the rewrite.Rapptz2017-01-031-17/+18
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Add __slots__ where appropriate to data classes.Rapptz2015-12-191-0/+4
* Most data classes now support hashing.Rapptz2015-12-171-2/+4
* All data classes now support !=, == and str(obj).Rapptz2015-12-131-1/+17
* Switch to NumPy style documentation.Rapptz2015-12-041-29/+18
* Add Client.get_invite to turn a URL to an Invite object.Rapptz2015-11-261-2/+8
* Add the ability to accept invites.Rapptz2015-09-051-1/+7
* Add support for creating invites.Rapptz2015-09-041-0/+86