aboutsummaryrefslogtreecommitdiff
path: root/discord/endpoints.py
Commit message (Collapse)AuthorAgeFilesLines
* Add client register APIHornwitser2015-10-061-0/+1
| | | | | | | When clicking on an invite link without having a Discord account it's possible to create an unclaimed account for joining the conversation quickly. Add register() method to Client that performs and invite based registration of an unclaimed account.
* Move websocket hub to the new gateway.Rapptz2015-08-261-1/+1
|
* Initial commitRapptz2015-08-211-0/+34