about summary refs log tree commit diff stats
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* 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