about summary refs log tree commit diff stats
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* chore(client): Change send method of hearbeat + identifymjk1342022-07-111-2/+2
* feat(rest): Added a class with methods to access api, with a single sessionmjk1342022-07-091-3/+9
* fix(client): Changed token reference and declaration to _tokenmjk1342022-07-091-5/+4
* Merge branch 'master' of https://github.com/mounderfod/discobramjk1342022-07-091-3/+11
|\
| * refactor(client): Use REST for `Client.user`, add enums for flags and premium...Noah2022-07-091-3/+11
* | feat: Added poll event loopmjk1342022-07-091-32/+88
|/
* update typings and event logicmjk1342022-07-091-3/+25
* Add `EventEmitter` + fix `User` constructor not being able to set key, valuesmjk1342022-07-081-9/+15
* feat(gateway): Add ready data to `user` attribute of `Client`Noah2022-07-081-1/+4
* - Add `run` to `Client` to start async loopmjk1342022-07-081-10/+19
* feat(gateway): Added basic gateway connectionNoah2022-07-081-0/+49
* inital folder structure w/ setup.pymjk1342022-07-071-0/+0