about summary refs log tree commit diff stats
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* feat: Add basic implementation of Guild and some of its sub propertiesmjk1342022-07-132-2/+200
* fix(client): Bug with not receiving events as soon as they are firedmjk1342022-07-121-2/+3
* feat(client): Add client cachingmjk1342022-07-122-6/+117
* feat(client): Switch to aiohttp for webscokets connectionsmjk1342022-07-122-13/+28
* Merge branch 'master' of https://github.com/mounderfod/discobramjk1342022-07-117-32/+150
|\
| * docs: Add more documentation where possible.Noah2022-07-092-1/+46
| * chore: Reformat codeNoah2022-07-097-28/+27
| * fix(client): {Noah2022-07-091-0/+2
| * Merge branch 'master' of https://github.com/mounderfod/discobraNoah2022-07-092-63/+109
| |\
| * | docs: Document most of everything so farNoah2022-07-092-1/+76
* | | chore(client): Change send method of hearbeat + identifymjk1342022-07-112-3/+5
| |/ |/|
* | feat(rest): Added a class with methods to access api, with a single sessionmjk1342022-07-092-30/+23
* | fix(client): Changed token reference and declaration to _tokenmjk1342022-07-091-5/+4
* | Merge branch 'master' of https://github.com/mounderfod/discobramjk1342022-07-097-44/+262
|\|
| * refactor(client): Use REST for `Client.user`, add enums for flags and premium...Noah2022-07-094-25/+166
| * fix(intents): Fix `Intents` to use addition and not bit-shiftingNoah2022-07-091-23/+33
| * feat(http): Add basic API for sending HTTP requestsNoah2022-07-093-0/+67
* | feat: Added poll event loopmjk1342022-07-091-32/+88
|/
* update typings and event logicmjk1342022-07-092-17/+33
* Add `EventEmitter` + fix `User` constructor not being able to set key, valuesmjk1342022-07-085-12/+51
* feat(gateway): Add ready data to `user` attribute of `Client`Noah2022-07-082-1/+26
* chore: Merge branch 'master' of https://github.com/mounderfod/discobraNoah2022-07-081-10/+19
|\
| * - Add `run` to `Client` to start async loopmjk1342022-07-081-10/+19
| * feat(gateway): Added basic gateway connectionNoah2022-07-081-0/+49
* | feat(gateway): Added basic gateway connectionNoah2022-07-082-0/+49
|/
* fix(gateway): Access the enum value rather than calling itNoah2022-07-081-1/+1
* docs: Update README.md, add it to the main docs pageNoah2022-07-081-0/+3
* feat(gateway): Add intents classNoah2022-07-081-0/+52
* inital folder structure w/ setup.pymjk1342022-07-072-0/+0