about summary refs log tree commit diff stats
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* feat: Add channels for guilds HEAD mastermjk1342022-07-141-5/+5
* feat: Add basic implementation of Guild and some of its sub propertiesmjk1342022-07-131-2/+22
* fix(client): Bug with not receiving events as soon as they are firedmjk1342022-07-121-2/+3
* feat(client): Add client cachingmjk1342022-07-121-5/+113
* feat(client): Switch to aiohttp for webscokets connectionsmjk1342022-07-121-8/+16
* Merge branch 'master' of https://github.com/mounderfod/discobramjk1342022-07-111-20/+71
|\
| * docs: Add more documentation where possible.Noah2022-07-091-0/+14
| * chore: Reformat codeNoah2022-07-091-17/+18
| * fix(client): {Noah2022-07-091-0/+2
| * Merge branch 'master' of https://github.com/mounderfod/discobraNoah2022-07-091-36/+95
| |\
| * | docs: Document most of everything so farNoah2022-07-091-0/+37
* | | 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