about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* feat: Add channels for guilds HEAD mastermjk1342022-07-143-8/+192
* 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
* chore: Add special /tests folder to .gitignoreNoah2022-07-121-0/+3
* 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 remote-tracking branch 'origin/master'Noah2022-07-091-11/+0
| |\
| * \ Merge branch 'master' of https://github.com/mounderfod/discobraNoah2022-07-093-63/+120
| |\ \
| * | | docs: Document most of everything so farNoah2022-07-092-1/+76
* | | | chore(client): Change send method of hearbeat + identifymjk1342022-07-112-3/+5
| |_|/ |/| |
* | | chore: leaked my token :clap:mjk1342022-07-091-11/+0
| |/ |/|
* | feat(rest): Added a class with methods to access api, with a single sessionmjk1342022-07-093-30/+34
* | fix(client): Changed token reference and declaration to _tokenmjk1342022-07-091-5/+4
* | Merge branch 'master' of https://github.com/mounderfod/discobramjk1342022-07-099-46/+265
|\|
| * fix(actions): Remove duplicate pdoc installationNoah2022-07-091-1/+0
| * fix(actions): Add pdoc to requirements.txtNoah2022-07-091-1/+2
| * 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-094-1/+69
* | feat: Added poll event loopmjk1342022-07-091-32/+88
|/
* Merge branch 'master' of https://github.com/mounderfod/discobramjk1342022-07-092-0/+3
|\
| * fix(actions): Run requirements.txtNoah2022-07-091-0/+1
| * fix(actions): Add requirements.txtNoah2022-07-091-0/+2
| * Merge branch 'master' of https://github.com/mounderfod/discobraNoah2022-07-090-0/+0
| |\
| * | feat(events): Add `EventEmitter` + fix `User` constructor not being able to s...mjk1342022-07-095-12/+51
* | | 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: Add some neat badges to README.mdNoah2022-07-081-0/+5
* docs: Update README.md, add it to the main docs pageNoah2022-07-083-2/+13
* docs: Add favicon, logo and footer messageNoah2022-07-081-1/+1
* fix(actions): Move .nojekyll to correct folderNoah2022-07-081-0/+0
* fix(actions): Disable JekyllNoah2022-07-081-0/+1
* fix(actions): Make GH pages workNoah2022-07-081-3/+19
* feat(actions): Add docs actionNoah2022-07-081-0/+19
* feat(gateway): Add intents classNoah2022-07-081-0/+52
* chore: Update gitignore and licenseNoah2022-07-072-1/+4
* inital folder structure w/ setup.pymjk1342022-07-073-0/+13
* Initial commitNoah2022-07-073-0/+152