about summary refs log tree commit diff stats
path: root/discord/user.py
Commit message (Expand)AuthorAgeFilesLines
* feat(client): Add client cachingmjk1342022-07-121-1/+4
* refactor(client): Use REST for `Client.user`, add enums for flags and premium...Noah2022-07-091-22/+112
* feat(http): Add basic API for sending HTTP requestsNoah2022-07-091-0/+4
* Add `EventEmitter` + fix `User` constructor not being able to set key, valuesmjk1342022-07-081-2/+2
* feat(gateway): Add ready data to `user` attribute of `Client`Noah2022-07-081-0/+22
* feat(gateway): Added basic gateway connectionNoah2022-07-081-0/+0