about summary refs log tree commit diff stats
path: root/discord
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Noah2022-07-094-25/+166
| | | | | | | | premium type
| * 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
| | | | | | | | Also added some new stuff to `User` since it has changed since it was last used.
* | 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
|\ | | | | | | | |  Conflicts:  discord/client.py
| * - Add `run` to `Client` to start async loopmjk1342022-07-081-10/+19
| | | | | | | | - Add event decorator with a `on_ready` event call
| * feat(gateway): Added basic gateway connectionNoah2022-07-081-0/+49
| | | | | | | | Could really use refining, this is just a basic implementation
* | feat(gateway): Added basic gateway connectionNoah2022-07-082-0/+49
|/ | | | Could really use refining, this is just a basic implementation
* 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